Multiple Choice
The ____ access specifier allows members to be used by class member functions and by derived classes, but not by other parts of a program.
A) protected
B) virtual
C) private
D) friend
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q28: Any child class function with the same
Q29: Overriding a base class member function with
Q30: _ data and functions can be accessed
Q31: Match each term with the correct statement
Q32: When you instantiate a class object that
Q34: Multiple inheritance is _ required.<br>A) always<br>B) never<br>C)
Q35: A(n) _ class is also called the
Q36: No matter which access specifier you use
Q37: A(n) _ is a very specific instance
Q38: When a derived class object is destroyed,