In Private -------------- only member functions and friend classes or functions of a derived class can convert
pointer or reference of derived object to that of parent object
When the base class and the derived class have a member function with the same name, you must be
more specific which function you want to call (using ___________).