Assigned Reading: 6.6-6.7, 7.1-7.5
Handouts (available on-line):
Programs from this lecture:
Topics Covered:
Other important points regarding this derivation are:
Observe that in the sample run, the default constructor for the Box class prints out the first line of the output. This is followed by the output from the print statement in the Cube constructors. Also note that even when the alternate Cube constructor is called, the default Box constructor is the one called, not the alternate Box constructor.
Notable points: