abstract method in abstract class being static code example
Example: Can abstract methods have static keyword
No, abstract method is a method that's meant to be overridden,
only the instance methods can be override
No, abstract method is a method that's meant to be overridden,
only the instance methods can be override