Multiple Choice
You should make a function a virtual function if
A) every class that is derived from this class use all the member functions from this class.
B) every class that is derived from this class needs to re-define this function.
C) that function is an operator
D) only in the derived classes
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
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
Q22: If you define a function in the
Q23: A constructor of the base class is
Q24: The constructor for a class is inherited.
Q25: All member functions in a base class
Q26: Which of the following would correctly call