home *** CD-ROM | disk | FTP | other *** search
/ Microsoftware Monthly 19…2 Programming Power Tools / MASO9512.ISO / cpptutor / cpptutor.arj / CH14 / A14134.WAV (.mp3) < prev    next >
Waveform Audio File Format  |  1993-11-25  |  150.4 KB  |  1 channel  |  11,025 sample rate  |  14 seconds
Transcription: Because at least one of the member functions of List is a pure virtual function, List is an abstract base class. You cannot create objects of List, but you can create objects of classes that are derived from List.