Home » JAVA Programming » Strings » Question
  1. Which of these keywords is used to refer to member of base class from a subclass?
    1. this
    2. upper
    3. super
    4. static
    5. None of these
Correct Option: C

Whenever a subclass needs to refer to its immediate superclass, it can do so by use of the keyword super.



Your comments will be displayed only after manual approval.