home *** CD-ROM | disk | FTP | other *** search
/ Microsoftware Monthly 19…2 Programming Power Tools / MASO9512.ISO / cpptutor / cpptutor.arj / CH12 / A12162.TXT < prev    next >
Encoding:
Text File  |  1993-11-25  |  377 b   |  7 lines

  1. A statement that calls a function supplies a number of arguments
  2. with the function call operator.  If the function is overloaded,
  3. all versions that can accept the supplied number of arguments are
  4. examined to determine which one best matches the call.  These
  5. functions may have the same number of arguments as the call, or
  6. more if the extra arguments have default values.
  7.