Enumeration of possible method types in Java. Defines the different categories of methods that can be created.
Regular instance method
Static method that belongs to the class
Abstract method that must be implemented by subclasses
Default method in an interface
Enumeration of possible method types in Java. Defines the different categories of methods that can be created.