Multiple Choice
3.2 Q2. 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.
Correct Answer:

Verified
Correct Answer:
Verified
Q23: Which of the following statements is false?<br>A)
Q24: Which of the following statements is false?<br>A)
Q25: Which statement about UML class diagrams is
Q26: The _ statement passes a value back
Q27: A member function that does not, and
Q28: The compiler will implicitly create a default
Q29: Which of the following statements is false?<br>A)
Q30: A header file is typically given the
Q31: Each class you create becomes a new
Q32: Which of the following statements is true?<br>A)