Saved Bookmarks
| 1. |
How can a call to an overloaded function be ambiguous |
|
Answer» ong>Answer: 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....... |
|