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

  1. The definition of polymorphism in the preceding point is quite
  2. specific.  You should be aware that some experts in the field of
  3. object-oriented programming follow a broader definition.  Some
  4. include any kind of function overloading as polymorphism, while
  5. others include the C++ template function facility as well.
  6.