Coding Standards/conventions Question:
Download Job Interview Questions and Answers PDF
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.
Download Coding Standards Interview Questions And Answers
PDF
Previous Question | Next Question |
Explain the difference between UpperCamelCase and lowerCamelCase? | What is CamelCase Coding Standard? |