home *** CD-ROM | disk | FTP | other *** search
/ Microsoftware Monthly 19…2 Programming Power Tools / MASO9512.ISO / cpptutor / cpptutor.arj / CH14 / A141375.WAV (.mp3) < prev    next >
Waveform Audio File Format  |  1993-10-21  |  254.9 KB  |  1 channel  |  11,025 sample rate  |  23 seconds
Transcription: When UseClass is called with a reference to an SLList object as an argument, LP refers to an SLList object. So the SLList definitions of Add and Display are called. When UseClass is called with a reference to a DLList object as an argument, LP refers to a DLList object. So the DLList definitions of Add and Display are called.