CS-304 Final Term Exams Preparation Virtual University MCQs With Answers
Question # 1
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 ___________).
__________, 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.