Object-Oriented Programming

super

English

Overview

A keyword used to refer to members of the parent class being inherited from.

Details

A keyword for explicitly referring to and calling a parent class's constructor or methods, also used from inside an overriding method when you want to call the parent's original implementation.

More Programming terms