scoresvideos

๐Ÿ’ปap computer science a review

key term - Overriding

Citation:

Definition

Overriding occurs when a subclass provides its own implementation of a method that is already defined in its superclass. The overridden method in the subclass replaces the implementation inherited from the superclass.

"Overriding" also found in: