Saved Bookmarks
| 1. |
What is the use of overloading a function? |
|
Answer» Function overloading is not only implementing polymorphism but also reduces the number of comparisons in a program and makes the program to execute faster. It also helps the programmer by reducing the number of function names to be remembered. |
|