If Virtual Function Of Base Class Is Redefined In Derived Class #929
If virtual function of base class is redefined in derived 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: Virtual Functions - Quiz No.2.
If virtual function of base class is redefined in derived class then ________________
It must be declared virtual in derived class also
It may or may not be declared virtual in derived class
It can must not be declared virtual in derived class
It must be declared normally in derived class