Is it necessary that all the abstract methods must be defined from an abstract class?
Is it necessary that all the abstract methods must be defined from an abstract class? Correct Answer Yes, always
That is the rule of programming language that each function declared, must have some definition. There can’t be some abstract method that remains undefined. Even if it’s there, it would result in compile time error.
মোঃ আরিফুল ইসলাম
Feb 20, 2025