Overloading constructors
The copy constructor had better not be the only way to construct an object, because if it were, there would be no way to create the first object
Therefore, classes that have a copy constructor will invariably have more than one constructor