- 1
i cant understand this
There are two known naming conventions: Pascal case: The first letter in the identifier and the first letter of each subsequent concatenated word are capitalized. For example: BackColor Camel case: The first letter of an identifier is lowercase and the first letter of each subsequent concatenated word is capitalized. For example: backColor
3 Réponses
+ 16
Whats not to understand in this?
+ 8
Camel case
Other than 1st word, capitalize all words and join.
Pascal case
Capitalize every word and join.
If you don't understand this you never will
+ 5
@Frost, good question to a question...