__________, which means if A declares B as its friend it does NOT mean that A can access private
data of B. It only means that B can access all data of A.
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 ___________).