Java View all facts Glossary Help |
syntactic unit > keyword > super |
super comparison table |
Subject | have purpose | is an instance of | have syntax | is a kind of | is a subtopic of | have example | has definition |
---|---|---|---|---|---|---|---|
keyword | syntactic unit | A word that has special meaning in Java | |||||
super |
| keyword | super.variableOrMethodNameInSuperclass | Classes | //Example of a constructor that explicitly calls a constructor in the superclass using the keyword super | A keyword that refers to the superclass of an object |
Next keyword: synchronized Up: keyword Previous keyword: static