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

  1. If the algorithm cannot find an exact match for the function call,
  2. it follows a series of steps to find a function definition that is
  3. a best match for the function call.  A function definition is a
  4. best match if it is as close a match as any other function
  5. definition for all of the arguments and a closer match for at
  6. least one argument.
  7.