Lecture 4 - Slide 5 : 40
Constructors - examples
We show examples of various aspects of constructors
The Point class.
Implementation of the Point class constructors.
The Rectangle class.
Implementation of the Rectangle class constructors.
Rectangle constructors - with default initialization and subsequent assignments - BAD STYLE.
Sample Point and Rectangle constructions.