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

  1. This example introduces one of the key aspects of object-oriented
  2. programming:  polymorphism.  Polymorphism is basically the ability
  3. to call a variety of different functions using a single interface.
  4. The concept of polymorphism, and its manifestations in C++, are
  5. discussed in detail in the next chapter.
  6.