Introduction to OOP Chapter 16: Overriding : next previous audio real text

Replacement and Refinement

There are actually two different ways that overriding can be handled: Most languages use both types of semantics in different situations. Constructors, for example, almost always use refinement.
Intro OOP, Chapter 16, Slide 07