home *** CD-ROM | disk | FTP | other *** search
/ Microsoftware Monthly 19…2 Programming Power Tools / MASO9512.ISO / cpptutor / cpptutor.arj / CH09 / A09091.WAV (.mp3) < prev    next >
Waveform Audio File Format  |  1993-11-02  |  210.6 KB  |  1 channel  |  11,025 sample rate  |  19 seconds
Transcription: Overloaded functions must differ from each other in the type and the number of arguments. When an overloaded function is called, the correct function is selected by comparing the types of the actual arguments or function call arguments with the types of the formal arguments or function definition arguments.