Introduction to OOP: Chapter 14 : Polymorphism [next] [previous] [audio] [real] [text]

Overriding

As we described earlier, overriding occurs when a child class changes the meaning of a function originally defined in the parent class.

Intro OOP, Chapter 14, Slide 10