Computer Science, asked by mouliraj1119, 1 year ago

How can a call to an overloaded function be ambiguous?

Answers

Answered by writersparadise
68

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