Which Is A Must Condition For Virtual Function To Achieve #924
Which is a must condition for virtual function to achieve runtime polymorphism?
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.1.
Which is a must condition for virtual function to achieve runtime polymorphism?
Virtual function must be accessed with direct name
Virtual functions must be accessed using base class object
Virtual function must be accessed using pointer or reference
Virtual function must be accessed using derived class object only