Abstract method: can be used in an abstract class, and it has a body. The body is provided by the subclass (inherited from). code example
Example: is it necessary for abstract class to have abstract method
No, abstract class can have zero abstract methods.