Method overloading
Updated: 04/26/2017 by Computer Hope
Method overloading is a form of function overloading used in object-oriented programming. Multiple methods share the same name, but take a set of arguments that differ either in type or quantity.