Multiple Choice
Which of the following are true?
A) constructors of the base class are inherited in the derived class.
B) you may not call the base constructor from the derived class
C) You must define constructors in both the base and derived classes
D) all of the above
E) none of the above
Correct Answer:

Verified
Correct Answer:
Verified
Q42: Given the following classes and code, what
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
Q48: Destructors are not inherited into the derived
Q49: Another name for the base class is<br>A)
Q50: Using inheritance allows us to<br>A) eliminate duplicate
Q51: If a base class has a virtual
Q52: If a base class has declared a