If A Virtual Member Function Is Defined #279
If a virtual member function is defined ___________
This multiple choice question (MCQ) is related to the book/course
gs gs111 OOP Object Oriented Programming Java.
It can also be found in
gs gs111 Class Members & Types - Object Oriented Programming MCQ: Member Functions - Quiz No.1.
If a virtual member function is defined ___________
It should not contain any body and defined by subclasses
It must contain body and overridden by subclasses
It must contain body and be overloaded
It must not contain any body and should not be derived