Multiple Choice
____ data and functions can be accessed only by class functions, or by functions in child classes.
A) public
B) protected
C) private
D) virtual
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q25: If you do not use an access
Q26: The three access specifiers available for class
Q27: _ in C++ means you can create
Q28: Any child class function with the same
Q29: Overriding a base class member function with
Q31: Match each term with the correct statement
Q32: When you instantiate a class object that
Q33: The _ access specifier allows members to
Q34: Multiple inheritance is _ required.<br>A) always<br>B) never<br>C)
Q35: A(n) _ class is also called the