Question

Which of the following statements is false?
a. Class names, member function names and data member names are all identifiers.
b. By convention, variable-name identifiers begin with an uppercase letter, and every word in the name after the first word begins with a capital letter; this naming convention is known as camel case.
c. Also by convention, class names begin with an initial uppercase letter, and member function and data member names begin with an initial lowercase letter.
d. All of the above are true.

Answer

This answer is hidden. It contains 342 characters.