If a class is extending/inheriting another abstract class having abstract method, then _______________________
(a) Either implementation of method or making class abstract is mandatory
(b) Implementation of the method in derived class is mandatory
(c) Making the derived class also abstract is mandatory
(d) It’s not mandatory to implement the abstract method of parent class
I had been asked this question in semester exam.
The query is from Abstract Class in chapter Classes of Object Oriented Programming