If a virtual member function is defined ___________
(a) It should not contain any body and defined by subclasses
(b) It must contain body and overridden by subclasses
(c) It must contain body and be overloaded
(d) It must not contain any body and should not be derived
The question was posed to me in homework.
This interesting question is from Member Functions topic in portion Class Members & Types of Object Oriented Programming