Transcription: When a function is overloaded, there are essentially two or more functions with the same name. When a call is made to an overloaded function, how does the compiler determine which of the definitions to invoke? This section answers this question.