home *** CD-ROM | disk | FTP | other *** search
/ Microsoftware Monthly 19…2 Programming Power Tools / MASO9512.ISO / cpptutor / cpptutor.arj / CH09 / A09091.TXT < prev    next >
Encoding:
Text File  |  1993-08-25  |  317 b   |  6 lines

  1. Overloaded functions must differ from each other in the type and
  2. the number of arguments.  When an overloaded function is called,
  3. the correct function is selected by comparing the types of the
  4. actual arguments, or function call arguments, with the types of
  5. the formal arguments or function definition arguments.
  6.