Oops - What is Overloading Polymorphism? - Feb
26, 2010 at 21:22 pm by Rajmeet Ghai
What is Overloading Polymorphism?
Overloading helps to create different behaviors of methods with the same name
and scope. For instance we can overload a method to return float values and
integer values. We can also overload an operator so as to add two integer
numbers or float numbers.
Oops - What is Overloading Polymorphism? - Jan
27, 2009 at 22:10 pm by Nishant Kumar
What is Overloading Polymorphism?
Overloading allows multiple
functions to exist with same name but different parameters. Again if you take
bike as an example, it has a function “Start” with two forms i.e. 'Auto Start'
and 'kick start'.
|