Multiple Choice
In the derived class definition, you list from the base class
A) all the member functions every time
B) only those member functions that need to be redefined
C) only those member functions that were in the public section
D) only those member functions you want to overload.
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q10: The ability to associate multiple meanings to
Q11: If the member variables in a base
Q12: If you use the keyword virtual in
Q13: The base class has everything that is
Q14: What is another name for a child
Q16: A derived class pointer can point to
Q17: If you have a copy constructor in
Q18: Using virtual functions is also known as
Q19: Which of the following should be virtual
Q20: If a base class has a non-virtual