home *** CD-ROM | disk | FTP | other *** search
/ Microsoftware Monthly 19…2 Programming Power Tools / MASO9512.ISO / cpptutor / cpptutor.arj / CH14 / A14114.WAV (.mp3) < prev    next >
Waveform Audio File Format  |  1993-10-21  |  234.1 KB  |  1 channel  |  11,025 sample rate  |  21 seconds
Transcription: The following example shows that when a virtual function is called from a pointer, the definition that is invoked depends on the object that is being pointed to, not the pointer itself. Similarly, when a virtual function is called from a reference, the definition that is invoked depends on the object that is referred to, not on the reference.