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

  1. When a function is overloaded, there are essentially two or more
  2. functions with the same name.  When a call is made to an
  3. overloaded function, how does the compiler determine which of the
  4. definitions to invoke?  This section answers this question.
  5.