Solved

When Deriving a Class, You Should

Question 29

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:

verifed

Verified

Unlock this answer now
Get Access to more Verified Answers free of charge

Related Questions