The process by which the correct function is selected from a set of overloaded functions during compile time is termed as ______.

  • Function Invocation
  • Function Overloading
  • Function Overriding
  • Function Resolution
The process by which the correct function is selected from a set of overloaded functions during compile time is termed as Function Resolution. It is the compiler's job to determine which overloaded function to call based on the arguments provided. This ensures type safety and efficiency in function calls.
Add your answer
Loading...

Leave a comment

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