Multiple Choice
In the statement class Car:public Vehicle, which is the base class?
A) Car
B) Vehicle
C) public
D) class
E) None of the above
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q9: The this pointer is a special built-in
Q10: The base class's _ affects the way
Q11: A derived class may become a base
Q11: If you overload the prefix ++ operator,
Q13: To overload the + operator, you would
Q15: _ allows us to create new classes
Q16: The _ is a special built-in pointer
Q17: A static member function cannot be called
Q18: When you derive a class from an
Q19: A member function that is declared _