Computer Science, asked by irisrosewood9604, 1 year ago

How can a call to an overload function be ambiguous?

Answers

Answered by Anonymous
3

Answer:

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