Get premium membership and access questions with answers, video lessons as well as revision papers.

Explain some ways that ambiguity can be introduced when you are overloading functions in a computer program.

      

Explain some ways that ambiguity can be introduced when you are overloading functions in a computer program.

  

Answers


Davis
Ambiguity can be introduced by default type conversions, reference parameters, and default argument.
Githiari answered the question on February 4, 2018 at 13:26


Next: What is wrong with the following C++ prototype? char *wordwrap(char *str, int size=0, char ch) ;
Previous: Rewrite the following extract in a passive voice

View More Computer Science Questions and Answers | Return to Questions Index


Learn High School English on YouTube

Related Questions