Please enable JavaScript to use CodeHS

CodeHS Glossary


super Java

A Java keyword used to refer to the superclass object. In this lesson we saw it used to call the superclass constructor and other methods from the superclass.