If there is an abstract method in a class then, ________________
If there is an abstract method in a class then, ________________ Correct Answer Class must be abstract class
It is a rule that if a class have even one abstract method, it must be an abstract class. If this rule was not made, the abstract methods would have got skipped to get defined in some places which are undesirable with the idea of abstract class.
মোঃ আরিফুল ইসলাম
Feb 20, 2025