What is an overloaded method?
Created May 14, 2012
John Zukowski Overloaded methods are multiple methods in the same class that share the same name but have different parameter lists. Overloaded methods cannot have the same parameter lists with different return types.