First page Back Continue Last page Graphics
Multiple Class Constructors
Often, a class has one "primary" constructor that accepts a full set of parameters and perhaps several others that accept fewer parameters
Those constructors with fewer parameters can call the primary constructor with suitable default values for the missing parameters
The primary constructor can be accessed within any the other constructors using the this form