If you inherit an abstract class, you have to provide implementations to all the abstract methods in it. code example
Example: is it necessary for abstract class to have abstract method
No, abstract class can have zero abstract methods.
No, abstract class can have zero abstract methods.