Method overloading is used to make a few methods (functions) with the SAME NAME and do the SIMILAR TASK. It helps programmer to remember methods which have similar task. For example is multiplication method. The first method needs two arguments and another needs three arguments (similar task, that is multiply two arguments, the different is [...]


