Variable | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Variable

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

7th Jul 2017, 2:55 AM
Sunil
Sunil - avatar
3 Answers
+ 6
What about all caps? FOR_A_CONSTANT Also this isn't a question.
7th Jul 2017, 2:59 AM
Rrestoring faith
Rrestoring faith - avatar
+ 3
There's more than 2. Ex. back_color
7th Jul 2017, 3:00 AM
aklex
aklex - avatar
+ 1
why?
7th Jul 2017, 3:01 AM
Sunil
Sunil - avatar