home *** CD-ROM | disk | FTP | other *** search
/ Microsoftware Monthly 19…2 Programming Power Tools / MASO9512.ISO / cpptutor / cpptutor.arj / CH13 / A13142.WAV (.mp3) < prev    next >
Waveform Audio File Format  |  1993-11-02  |  228.1 KB  |  1 channel  |  11,025 sample rate  |  21 seconds
Transcription: Suppose that your stack class implemented a class as an array. If you wanted to use a linked list implementation as well, you could define a new class that implemented a stack as a linked list. Depending on how your client code is structured, you could end up having to rewrite some of it to deal with the new implementation of stacks.