home *** CD-ROM | disk | FTP | other *** search
/ Microsoftware Monthly 19…2 Programming Power Tools / MASO9512.ISO / cpptutor / cpptutor.arj / CH14 / A14134.TXT < prev    next >
Encoding:
Text File  |  1993-11-23  |  219 b   |  5 lines

  1. Because at least one of the member functions of List is a pure
  2. virtual function, List is an abstract base class.  You cannot
  3. create objects of List, but you can create objects of classes
  4. that are derived from List.
  5.