Showing posts with label Function Overloading. Show all posts
Showing posts with label Function Overloading. Show all posts

Wednesday, March 23, 2011

Function Overloading

Function overloading is used to define a set of functions that are given the same name and same operations, but use different arguments lists.


Polymorphism is essentially one thing having many forms.