Multiple Choice
The following statement:
Allows the ________ members of the Car class to access ________ members of the Vehicle class.
A) private, private
B) public, private
C) protected, private
D) public, protected
E) None of these
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q1: The compiler performs _ on virtual functions.<br>A)static
Q6: The base class access specification can be
Q6: _ members of a base class are
Q7: The base class's _ affects the way
Q8: In the following statement: class car :
Q10: When more than one class is derived
Q11: A virtual function is a member function
Q24: More than one class may be derived
Q36: A derived class may not have any
Q41: A virtual function is declared by placing