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

In the class definition class M : visibility-mode N { members of M }; the visibility-mode

  1. must be blank
  2. must be public
  3. must be private
  4. may be blank, public or private



Answer: 
Option d: may be blank, public or private

Explanation Here

Post a Comment

0 Comments