First page Back Continue Last page Graphics
derived class constructors
The base class object is constructed first.
The derived class constructor should pass base class information to a base class constructor via a member initializer list.
The derived class constructor should initialize those data members that were added to the derived class.