Java View all facts Glossary Help |
syntactic unit > keyword > super |
super | ||||
subject | fact |
super | has definition A Java language keyword that allows a method to refer to hidden variables and overridden methods of the superclass | |
has definition A keyword that refers to the superclass of an object | ||
has example //Example of a constructor that explicitly calls a constructor in the superclass using the keyword super | ||
has purpose
| ||
has syntax super.variableOrMethodNameInSuperclass | ||
is a subtopic of Classes | ||
is an instance of keyword | ||
syntactic unit | has syntax rule bold = mandatory |