Multiple Choice
Using inheritance allows us to
A) eliminate duplicate code
B) make our classes more modular
C) use polymorphism
D) all of the above
E) none of the above
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q43: Which of the following are not true<br>A)
Q44: An object of a derived class can
Q45: C++ implements polymorphism by waiting until run-time
Q46: The copy constructor from the base class
Q47: Which of the following are true?<br>A) constructors
Q48: Destructors are not inherited into the derived
Q49: Another name for the base class is<br>A)
Q51: If a base class has a virtual
Q52: If a base class has declared a
Q53: Which is more general, the base class