Multiple Choice
When deriving a class, you should
A) list only base class functions that will be redefined
B) list all the member functions of the base class
C) make every function a virtual function
D) overload all the base class member functions
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q24: The constructor for a class is inherited.
Q25: All member functions in a base class
Q26: Which of the following would correctly call
Q27: The derived class may define variables and
Q28: A base class pointer variable can point
Q30: Give a base class with at least
Q31: Which is the correct way to tell
Q32: The assignment operator is inherited from the
Q33: In order to tell the compiler to
Q34: The ifstream class is derived from the