Coding Standards/conventions Question:

Explain the difference between UpperCamelCase and lowerCamelCase?

Tweet Share WhatsApp

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.

Download Coding Standards PDF Read All 26 Coding Standards Questions
Previous QuestionNext Question
From where the name CamelCase derived?What are the advantage of CamelCase?