First page Back Continue Last page Graphics
Constructors
Virtual Base Classes
In this case, automatic passing would pass values via two separate paths!
To avoid this, C++ disables the automatic passign of information through an intermediate class to a base class if the base class is virtual.
Uses the default constructor at the base.