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

  1. Polymorphism is one of the cornerstones of object-oriented
  2. programming.  It is the ability to treat objects of different
  3. derived classes as if they were all objects of their common base
  4. class.
  5.