home *** CD-ROM | disk | FTP | other *** search
/ Microsoftware Monthly 19…2 Programming Power Tools / MASO9512.ISO / cpptutor / cpptutor.arj / CH14 / A14131.WAV (.mp3) < prev    next >
Waveform Audio File Format  |  1993-10-21  |  219.3 KB  |  1 channel  |  11,025 sample rate  |  20 seconds
Transcription: A linked list is a useful data structure that can be implemented in more than one way. It is also possible to define a set of operations on linked lists that is common to all of the different implementations. Thus, a linked list is an excellent candidate for demonstrating the power of polymorphism.