

MCQOPTIONS
Saved Bookmarks
1. |
What should be used to call the base class method from the derived class if function overriding is used in Java? |
A. | Keyword super |
B. | Scope resolution |
C. | Dot operator |
D. | Function name in parenthesis |
Answer» B. Scope resolution | |