home *** CD-ROM | disk | FTP | other *** search
- Suppose that there is more than one function definition with the
- same number of arguments as the function call. To decide which
- function to call, the C++ compiler looks at the types of the
- arguments in each of these function definitions. It selects the
- definition that most closely matches the call. The process that
- makes this selection is called the argument matching algorithm.
-