Q:

Can the derived class be made abstract if multiple inheritance is used ?

0

Can the derived class be made abstract if multiple inheritance is used ?


  1. No, because other classes must be abstract too
  2. Yes, if all the functions are implemented
  3. Yes, if all the methods are predefined
  4. No, since constructors won’t be there

All Answers

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

 (d).No, since constructors won’t be there

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 among the following is best to define hierar... >>
<< Which members can’t be accessed in derived class...