Multiple Choice
When you derive a class from an existing class, you
A) can add new data, but cannot add new functions.
B) can add new functions, but cannot add new data.
C) can add both new data and new functions.
D) must add both new data and new functions.
E) None of the above
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q13: To overload the + operator, you would
Q14: In the statement class Car:public Vehicle, which
Q15: _ allows us to create new classes
Q16: The _ is a special built-in pointer
Q17: A static member function cannot be called
Q19: A member function that is declared _
Q20: Protected members of a base class are
Q21: When a class contains a pointer to
Q22: Arguments are passed to the base class
Q23: The this pointer is automatically passed to