C++ MQCs with Explanation (CHAPTER 8: INHERITANCE : EXTENDING CLASSES

The use of scope resolution operator in inheritance enables us

  1. to restrict the visibility of data members
  2. to determine the base class of a derived class
  3. to specify a particular class
  4. to make a private member inheritable



Answer: 
Option c: to specify a particular class

Explanation Here

Post a Comment

0 Comments