Advertisements
Advertisements
Question
What is the use of overloading a function?
Short Note
Solution
Function overloading is not only implemented polymorphism but also reduces the number of comparisons in a program and makes the program execute faster. It also helps the programmer by reducing the number of function names to be remembered.
shaalaa.com
Is there an error in this question or solution?