home *** CD-ROM | disk | FTP | other *** search
/ Microsoftware Monthly 19…2 Programming Power Tools / MASO9512.ISO / cpptutor / cpptutor.arj / CH17 / A17151.WAV (.mp3) < prev    next >
Waveform Audio File Format  |  1993-11-04  |  192.0 KB  |  1 channel  |  11,025 sample rate  |  17 seconds
Transcription: Notice that aStackT is publicly derived from the abstract base class StackT. As a result, aStackT has an is-a relationship with Stack. Anywhere that you use a StackT in your program, you can also use an aStackT.