Q:

If a class contains 2 nested class and is being inherited by another class, will there be any multiple inheritance?

0

If a class contains 2 nested class and is being inherited by another class, will there be any multiple inheritance?


  1. No, only single level inheritance is used
  2. No, only multilevel inheritance is used
  3. Yes, because 3 classes are involved
  4. Yes, because more than 1 classes are being derived

All Answers

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

(a).No, only single level inheritance is used

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
Which members can’t be accessed in derived class... >>
<< Is it compulsory to have constructor for all the c...