Function Overloading
Using function overloading we can implement any no.of functions with the same name. by providing different prototypes or Arguments, While implement the function overloading we have to check only with function name and with the parameters, not with the return types.
Example on Function Over-loading
Start Microsoft Visual Studio - Click on file- New- Open New Project

Name your Project in the given field and press OK button, there you see a form that is in design mode
Add a Button Control on to your form, from ToolBox
Comments (0)
Post a Comment