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

Verified
Correct Answer:
Verified
Related Questions
Q5: A virtual function is a function that
Q6: The base class access specification can be
Q7: Static binding occurs when the compiler binds
Q8: A member function of a derived class
Q9: In an inheritance situation, you may not
Q11: A derived class may become a base
Q12: Select all that apply. Which of the
Q13: The compiler performs _ on virtual functions.<br>A)
Q14: Polymorphism is when _ in a class
Q15: The _ members of a base class