What is an overloaded method and why might you want to overload a method?
What will be an ideal response?
When two or more methods have the same name but different parameterLists, the methods are referred to as overloaded methods. Overloading is useful when two or more methods require different parameters to perform essentially the same task.
Computer Science & Information Technology