Coding Standards/conventions Question:
What is CamelCase Coding Standard?
Answer:
CamelCase is a naming convention in which a name is formed of multiple words that are joined together as a single word with the first letter of each of the multiple words capitalized so that each word that makes up the name can easily be read.
Previous Question | Next Question |
Explain Rational Robots Coding Standards? | What are the advantage of CamelCase? |