Multiple Choice
In the statement class Car:protected Vehicle, what is being protected?
A) Base class members
B) Future inherited classes
C) Derived class data
D) Derived class functions
E) None of the above
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q6: The base class access specification can be
Q7: By default, when an object is assigned
Q9: C++ allows you to overload<br>A)compiler errors.<br>B)operators and
Q9: The this pointer is a special built-in
Q10: The is a special built- in pointer
Q10: The base class's _ affects the way
Q11: When you redefine the way a standard
Q13: A static member variable can be used
Q16: is commonly used to extend a class,
Q18: In the statement class Car:protected Vehicle, which