Q:

When multiple inheritance is used, which class object should be used in order to access all the available members of parent and derived class ?

0

When multiple inheritance is used, which class object should be used in order to access all the available members of parent and derived class ?


  1. Derived class object
  2. Parent class objects
  3. Use Abstract derived class
  4. Derive a class from derived class

All Answers

need an explanation for this answer? contact us directly to get an explanation for this answer

 (a).Derived class object

need an explanation for this answer? contact us directly to get an explanation for this answer

total answers (1)

OBJECT ORIENTED PROGRAMMING INHERITANCE AND ITS TYPES MCQ

This question belongs to these collections

Similar questions


need a help?


find thousands of online teachers now
If all the members of all the base classes are pri... >>
<< How to overcome diamond problem ?...