What Should Be Used To Call The Base Class Method From The #1000
What should be used to call the base class method from the derived class if function overriding is used in Java?
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.
What should be used to call the base class method from the derived class if function overriding is used in Java?
Keyword super
Scope resolution
Dot operator
Function name in parenthesis