home *** CD-ROM | disk | FTP | other *** search
/ Microsoftware Monthly 19…2 Programming Power Tools / MASO9512.ISO / cpptutor / cpptutor.arj / CH14 / A14131.TXT < prev    next >
Encoding:
Text File  |  1993-09-28  |  308 b   |  6 lines

  1. A linked list is a useful data structure that can be implemented
  2. in more than one way.  It is also possible to define a set of
  3. operations on linked lists that is common for all of the different
  4. implementations.  Thus, a linked list is an excellent candidate
  5. for demonstrating the power of polymorphism.
  6.