![]() |
|
|
#1 (permalink) |
|
Junior Member
Join Date: Feb 2009
Posts: 6
|
Function overloading
Overloading refers to the use of the same thing for different purposes. C++ also permits overloading of functions. Thus, one can use the same function name to create functions that perform a variety of different tasks. This is known as the function overloading in OOP.
|
|
|
|
|
|
#4 (permalink) |
|
Member
Join Date: Feb 2009
Posts: 40
|
By any way compiler make your function by different name on base any schemes it does matter, but finally you will get for all overloaded functions by different name given by compilere. So i did'nt understand waht's the use of overload functions. This is just for shake for user looking faciliy...
|
|
|
|
![]() |
| Bookmarks |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
|
|