home *** CD-ROM | disk | FTP | other *** search
/ Microsoftware Monthly 19…2 Programming Power Tools / MASO9512.ISO / cpptutor / cpptutor.arj / CH09 / A09111.WAV (.mp3) < prev    next >
Waveform Audio File Format  |  1993-11-02  |  189.3 KB  |  1 channel  |  11,025 sample rate  |  17 seconds
Transcription: To distinguish between the different definitions of an overloaded function, the compiler uses an algorithm called argument matching. This algorithm compares the function calls with each of the definitions of the overloaded function to determine which definition matches the call.