Please enable JavaScript to use CodeHS

CodeHS Glossary


Method Overriding Java

If a subclass defines a new method body for a method defined in the superclass, then the subclass has **overridden** the method of the superclass.