If a class is extending/inheriting another abstract class having abstract method, then _______________________
If a class is extending/inheriting another abstract class having abstract method, then _______________________ Correct Answer Either implementation of method or making class abstract is mandatory
Either of the two things must be done, either implementation or declaration of class as abstract. This is done to ensure that the method intended to be defined by other classes gets defined at every possible class.
মোঃ আরিফুল ইসলাম
Feb 20, 2025