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 these
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q5: The following statement: <img src="https://d2lvgg3v3hfg70.cloudfront.net/TB2965/.jpg" alt="The following
Q7: Static binding occurs when the compiler binds
Q20: _ to a base class may be
Q24: More than one class may be derived
Q26: In the following statement: <img src="https://d2lvgg3v3hfg70.cloudfront.net/TB2965/.jpg" alt="In
Q29: In an inheritance situation, the new class
Q31: In the following statement class Car :
Q36: When a derived class has two or
Q39: The _ constructor is called before the
Q41: A virtual function is declared by placing