Q:

Is it possible to have all the abstract classes as base classes of a derived class from those?

0

Is it possible to have all the abstract classes as base classes of a derived class from those?


  1. Yes, always
  2. Yes, only if derived class implements all the methods
  3. No, because abstract classes doesn’t have constructors
  4. No, never

All Answers

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

 (b).Yes, only if derived class implements all the methods

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 class A inherits class B and class C as “clas... >>
<< Which programming language restricts the use of mu...