__________, 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.
If a class D has been derived using protected inheritance from class B (If B is a protected base and D is
derived class) then public and protected members of B -------- accessed by member functions and friends of
class D and classes derived from D