First page Back Continue Last page Graphics
CONSTRUCTORS
Special member functions that define how objects are initialized. Called when an object of the class is created.
If an object is of a class type that defines one or more constructors, then the appropriate constructor completely controls initialization of the objects of that class.