Could you please tell practicle advantages of function overloading.
Advantages of function overloading
Collapse
X
-
so that the same function can be used for different data types ,returning more than one data type. -
When ever some new features are added in the new version, function over loading can be used to add a new function with support for new version without disturbing the existing functions with features of previous version.Comment
Comment