Properties2
| Type | Concept |
| Note created | Feb 17, 2025 |
An abstract method is a method that has a declaration but no implementation. Abstract methods are marking points to correctly implement a new inherited class from a larger abstract class when using an Object-Oriented paradigm.