Object-Oriented Programming (OOP)

Identify the correct definition of Super keyword.

Correct answer

C. A keyword used in a subclass to refer to members or methods of its immediate parent class.

Explanation

Super keyword refers to a keyword used in a subclass to refer to members or methods of its immediate parent class.