Classes and Objects in OOP
Void methods that return no value and simply execute code
Value methods that return a value of a specific data type after executing
Parameter methods that take actual values as their parameters and that may or may not return a value of a specific data type after executing
Overloaded methods, which ...