Q:

If single level inheritance is used and an abstract class is created with some undefined functions, can its derived class also skip some definitions?

0

If single level inheritance is used and an abstract class is created with some undefined functions, can its derived class also skip some definitions?


  1. Yes, always possible
  2. Yes, possible if only one undefined function
  3. No, at least 2 undefined functions must be there
  4. No, the derived class must implement those methods

All Answers

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

 (d).No, the derived class must implement those 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
Which among the following is false for single leve... >>
<< Which method in the code below is single level inh...