Overloading refers to the ability to use a single identifier to define multiple methods of a class that differ in their input and output parameters . Overloaded methods are generally used when they conceptually execute the same task but with a slightly different set of parameters.