Define method overloading. - It allows several methods with the same name but different signatures. - It is useful where several similar functionalities are required. - The class can perform the actions provided by the method. - If you overload a method, the action can be altered according to the parameters.
|