Multiple choice

The………….keyword gives a class explicit access to the constructors, methods and variables of its super class.

  1. root

  2. main

  3. super

  4. implicit

Reveal answer Fill a bubble to check yourself
C Correct answer
Explanation

The super keyword is used in Java to refer to the immediate parent class object, allowing access to its members.