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

Constructors use Refinement

In most languages that have constructors, a constructor will always use refinement.

This guarantees that whatever initialization the parent class performs will always be included as part of the initialization of the child class.

Intro OOP, Chapter 16, Slide 17