The presence of default arguments can sometimes lead to ambiguities in _________ resolution.

  • Function Overloading
  • Inheritance
  • Operator Overloading
  • Type Casting
Default argument values can cause ambiguities in function overloading when multiple overloaded functions have similar parameter lists, and it becomes unclear which function should be called.
Add your answer
Loading...

Leave a comment

Your email address will not be published. Required fields are marked *