parent:: is the special name for parent class which when
used in a member function.To use the parent to call
the parent class constructor to initialize the parent class so that
the object inherits the class assignment to give a name.
NOTE: PHP does not accept parent as the name of a function.