Coding Standards/conventions Question:

Explain the difference between UpperCamelCase and lowerCamelCase?

Coding Standards Interview Question
Coding Standards Interview Question

Answer:

In UpperCamelCase, the first letter of the new word is upper case, allowing it to be easily distinguished from a lowerCamelCase name, in which the first letter of the first name is lower case.


Previous QuestionNext Question
From where the name CamelCase derived?What are the advantage of CamelCase?