home *** CD-ROM | disk | FTP | other *** search
/ Microsoftware Monthly 19…2 Programming Power Tools / MASO9512.ISO / cpptutor / cpptutor.arj / CH17 / A172031.WAV (.mp3) < prev    next >
Waveform Audio File Format  |  1993-11-04  |  260.9 KB  |  1 channel  |  11,025 sample rate  |  24 seconds
Transcription: The class template llStackT defines a family of stacks based on a linked list. Notice that llStackT is publicly derived from the abstract base class StackT. As a result, llStackT has an is-a relation with StackT. Anywhere you can use a StackT in your program, you can also use an llStackT.