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

  1. This chapter describes the two types of overloading in C++:
  2. function overloading and operator overloading.  Overloading is
  3. used to redefine functions and standard C++ operators so they
  4. can be used with user-defined types.
  5.