Multiple Choice
In the following statement class Car : protected Vehicle
Which is the derived class?
A) Car
B) Vehicle
C) protected
D) cannot be determined
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
Q14: When the compiler binds a member function
Q20: _ to a base class may be
Q21: The _ destructor is called before the
Q24: More than one class may be derived
Q29: In an inheritance situation, the new class
Q36: When a derived class has two or
Q39: The _ constructor is called before the
Q41: A virtual function is declared by placing