home *** CD-ROM | disk | FTP | other *** search
/ Microsoftware Monthly 19…2 Programming Power Tools / MASO9512.ISO / cpptutor / cpptutor.arj / CH14 / A14138.WAV (.mp3) < prev    next >
Waveform Audio File Format  |  1993-10-21  |  249.4 KB  |  1 channel  |  11,025 sample rate  |  23 seconds
Transcription: The List class declares virtual member functions that are overridden in DLList and SLList. When the client code is passed a reference to a DLList object or an SLList object, it treats the reference like a reference to a List object. When a member function is called in the client code, the appropriate definition is invoked thanks to the virtual function mechanism.