Q:

Which among the following is false for single level inheritance?

0

Which among the following is false for single level inheritance?


  1. There can be more than 2 classes in program to implement single inheritance
  2. There can be exactly 2 classes to implement single inheritance in a program
  3. There can be more than 2 independent classes involved in single inheritance
  4. The derived class must implement all the abstract method if single inheritance is used

All Answers

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

 (c).There can be more than 2 independent classes involved in single inheritance

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 concept will result in derived class with mo... >>
<< If single level inheritance is used and an abstrac...