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

When you are assigning the address of an overloaded function to a pointer in a program,what is it that determines which version of the function...

      

When you are assigning the address of an overloaded function to a pointer in a program,what is it that determines which version of the function is used?

  

Answers


Davis
When you are obtaining the address of an overloaded function, it is the type specification of the pointer that determines which function is used.
Githiari answered the question on February 5, 2018 at 07:39


Next: Describe six causes of the cold war after 1945
Previous: Why are the following two overloaded functions in C++ inherently ambiguous? int f(int a); int f(int &a);

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


Learn High School English on YouTube

Related Questions