home *** CD-ROM | disk | FTP | other *** search
/ Microsoftware Monthly 19…2 Programming Power Tools / MASO9512.ISO / cpptutor / cpptutor.arj / CH14 / A141234.WAV (.mp3) < prev    next >
Waveform Audio File Format  |  1993-10-21  |  234.1 KB  |  1 channel  |  11,025 sample rate  |  21 seconds
Transcription: These two calls both invoke the derived one definition of f. The definition of f in base one accepts an int argument, but this definition is hidden in derived one objects. Thus, when f is called with an int argument, the argument is converted to a float and the derived one definition of f is invoked.