home *** CD-ROM | disk | FTP | other *** search
/ Microsoftware Monthly 19…2 Programming Power Tools / MASO9512.ISO / cpptutor / cpptutor.arj / CH14 / A141154.WAV (.mp3) < prev    next >
Waveform Audio File Format  |  1993-10-21  |  265.3 KB  |  1 channel  |  11,025 sample rate  |  24 seconds
Transcription: In the body of use class, the argument B has the type pointer to base one. Unlike the preceding example, message is a virtual function here. And the version of message that is invoked depends on what B points to and not the type of B. Because B points to a derived one object, the derived one definition of message is invoked.