Default Member Functions

Notes:

  1. If the programmer provides a constructor of any kind, then the default constructor is not provided.

  2. It is recommended that you override the default member function, if the class contains reference (i.e., pointer) variables among its attributes.