Coding Standards/conventions Question:

What are the advantage of CamelCase?

Coding Standards Interview Question
Coding Standards Interview Question

Answer:

The advantage of CamelCase is that in any computer system where the letters in a name have to be contiguous (no spaces), a more meaningful name can be created using a descriptive sequence of words without violating the naming limitation.


Previous QuestionNext Question
Explain the difference between UpperCamelCase and lowerCamelCase?What is CamelCase Coding Standard?