208: Mainline
In class definitions, constructor methods stand apart from other instance
methods in two ways:
- Constructor-method names are the same as the name of the class.
- Constructor methods return new class instances; no return
type is specified explicitly.