home *** CD-ROM | disk | FTP | other *** search
/ Microsoftware Monthly 19…2 Programming Power Tools / MASO9512.ISO / cpptutor / cpptutor.arj / CH17 / A17092.WAV (.mp3) < prev    next >
Waveform Audio File Format  |  1993-11-04  |  398.2 KB  |  1 channel  |  11,025 sample rate  |  37 seconds
Transcription: LLStackT and ASTackT are also class templates. While stackT defines a family of abstract base classes, LLStackT and ASTackT define two families of concrete stack classes. Stack classes created by using LLStackT and ASTackT are derived from the stackT. LLStackT is based on a linked list and ASTackT is based on an array. Because template classes using LLStackT and AStackT are concrete, you can create an object out of their classes.