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

The concept of inheritance enables C++

  1. to pass arguments to objects of classes
  2. to create new classes from existing classes
  3. to improve data hiding
  4. to support abstraction



Answer: 
Option b: to create new classes from existing classes

Explanation Here

Post a Comment

0 Comments