1 |
An abstract method has no body - it is provided in a class to define the signature of the method for program structuring purposes. It must be defined in some subclass of the class in which it is declared.
|
2 |
Classes that contain abstract methods and classes that inherit abstract methods without overriding them are considered abstract classes
|