Is it possible to have all the abstract classes as base classes of a derived class from those?
(a) Yes, always
(b) Yes, only if derived class implements all the methods
(c) No, because abstract classes doesn’t have constructors
(d) No, never
I had been asked this question during an online interview.
My doubt is from Multiple Inheritance topic in portion Inheritance & its Types of Object Oriented Programming