First page
Back
Continue
Last page
Graphics
default constructor
Without any definitions of constructors, C++ provides you with one.
Class_Name::Class_Name( ) { }
Defining any constructor, prevents the compiler from defining a default.