Computer Science, asked by sindamsana6312, 1 year ago

How can a call to overloaded function is ambiguous?

Answers

Answered by nikisharma875
5

A call to an overloaded function can be ambiguous in one of the following two ways:

*The arguments mentioned in the function where it is called do not match the arguments at the point where the function is called.

*The same function is defined more than one time in the same program.

Similar questions