Coding Standards/conventions Question:
What are the advantage of CamelCase?
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 Question | Next Question |
Explain the difference between UpperCamelCase and lowerCamelCase? | What is CamelCase Coding Standard? |