Question

Which of the following statements is false?
a. The keyword private is an access specifier.
b. Access specifiers are always followed by a semicolon (;).
c. A private data member is accessible only to its class's member functions.
d. Most data-member declarations appear after the private access specifier.

Answer

This answer is hidden. It contains 105 characters.