home *** CD-ROM | disk | FTP | other *** search
/ Microsoftware Monthly 19…2 Programming Power Tools / MASO9512.ISO / cpptutor / cpptutor.arj / CH13 / A13145.WAV (.mp3) < prev    next >
Waveform Audio File Format  |  1993-11-02  |  174.5 KB  |  1 channel  |  11,025 sample rate  |  16 seconds
Transcription: The class A stack is derived from stack. It implements a stack as an array. It has a constructor and a destructor, but all of its other member functions are inherited from stack. Its public interface is the same as the public interface of stack.