What is the advantage of function overloading according to users point of view?

I know that function name is same. but each time we are writing code for each function.then in which way it is advantageous than normal function.

Questions by suhana   answers by suhana

Showing Answers 1 - 3 of 3 Answers

gleeb

  • Mar 22nd, 2010
 

To fully understand the answer for this question, you need to be femiliar with the Polymorphism concept and an implementation of such virtual function would be for the Observer or Visitor
Design Pattern.

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions