Multiple Choice
________ allows us to create new classes based on existing classes.
A) Polymorphism
B) Inheritance
C) Function overloading
D) The copy constructor
E) None of the above
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
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
Q14: In the statement class Car:public Vehicle, which
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 _
Q20: Protected members of a base class are