Lecture 4 - Slide 5 : 40
Constructors - examples

We show examples of various aspects of constructors

point.h
The Point class.
point.cc
Implementation of the Point class constructors.
rect.h
The Rectangle class.
rect.cc
Implementation of the Rectangle class constructors.
rect-ass.cc
Rectangle constructors - with default initialization and subsequent assignments - BAD STYLE.
prog.cc
Sample Point and Rectangle constructions.