If single level inheritance is used and an abstract class is created with some undefined functions, can its derived class also skip some definitions?
(a) Yes, always possible
(b) Yes, possible if only one undefined function
(c) No, at least 2 undefined functions must be there
(d) No, the derived class must implement those methods
The question was posed to me during an online interview.
I would like to ask this question from Single Level Inheritance in chapter Inheritance & its Types of Object Oriented Programming