Method overloading - English

8981 visits



Outline:

Method overloading *define multiple methods. *methods with same name. *methods with different number of parameters. *methods with different datatypes of parameter. *what is method overloading? *example for overloadin method *how to overload method? *advantage of method overloading. *error in method overloading.