How To Access The Overridden Method Of Base Class From The #995
How to access the overridden method of base class from the derived class?
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.1.
How to access the overridden method of base class from the derived class?
Using arrow operator
Using dot operator
Using scope resolution operator
Can’t be accessed once overridden