How can a call to overloaded function is ambiguous?
Answers
Answered by
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