If Virtual Functions Are Defined In The Base Class Then #1003
If virtual functions are defined in the base class then _______________
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 Member Functions & its Types - Object Oriented Programming MCQ: Overriding Member Functions - Quiz No.2.
If virtual functions are defined in the base class then _______________
It is not necessary for derived classes to override those functions
It is necessary for derived classes to override those functions
Those functions can never be derived
Those functions must be overridden by all the derived classes