MCQOPTIONS
Saved Bookmarks
| 1. |
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 |
| Answer» B. Implementation of the method in derived class is mandatory | |