home *** CD-ROM | disk | FTP | other *** search
/ Microsoftware Monthly 19…2 Programming Power Tools / MASO9512.ISO / cpptutor / cpptutor.arj / CH14 / A14121.WAV (.mp3) < prev    next >
Waveform Audio File Format  |  1993-10-21  |  166.3 KB  |  1 channel  |  11,025 sample rate  |  15 seconds
Transcription: The signature of a function includes the name of the function, the number and type of its arguments, and its return type. The signature of a virtual function is used to determine whether member functions in derived classes override it.