Solved

You Should Make a Function a Virtual Function If

Question 21

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:

verifed

Verified

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

Related Questions