If A Class Is Extendinginheriting Another Abstract Class Having #394
If a class is extending/inheriting another abstract class having abstract method, then _______________________
This multiple choice question (MCQ) is related to the book/course gs gs111 OOP Object Oriented Programming Java. It can also be found in gs gs111 OOps Classes - Object Oriented Programming MCQ: Abstract Class - Quiz No.1.
If a class is extending/inheriting another abstract class having abstract method, then _______________________
Either implementation of method or making class abstract is mandatory
Implementation of the method in derived class is mandatory
Making the derived class also abstract is mandatory
It’s not mandatory to implement the abstract method of parent class