CS202
3- ‹#›
Timing of Constructor Use
n
Constructors
are invoked in
the order of the
base class first,
then derived
class
initializers,
followed by the
body of the
derived class
constructor.