Glossaria.net

Glossary Object Oriented Analysis and Design / Term

Overriding a Method

Replacing a method that would otherwise be inherited from a superclass with a new method of the same name defined in the subclass. An overridden method has the same name and argument list in a superclass as it does in the subclass.

Permanent link Overriding a Method - Creation date 2023-02-22


< Override Glossary / Object Oriented Analysis and Design Package >