Object-Oriented Programming (OOP)

The concept in which a keyword used in a subclass to refer to members or methods of its immediate parent class is best known as which of these terms?

Correct answer

A. Super keyword

Explanation

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