What is the use of overloading a function?
Answers
Answered by
2
Answer:
Advantages of function Overloading in C++
We use function overloading to save the memory space, consistency, and readability of our program. Function overloading shows the behavior of polymorphism that allows us to get different behavior, although there will be some link using the same name of the function.
Explanation:
hope this helps you
Similar questions