Can the derived class be made abstract if multiple inheritance is used?
(a) No, because other classes must be abstract too
(b) Yes, if all the functions are implemented
(c) Yes, if all the methods are predefined
(d) No, since constructors won’t be there
This question was posed to me in homework.
My enquiry is from Multiple Inheritance topic in chapter Inheritance & its Types of Object Oriented Programming