home *** CD-ROM | disk | FTP | other *** search
- Overloaded functions must differ from each other in the type and
- the number of arguments. When an overloaded function is called,
- the correct function is selected by comparing the types of the
- actual arguments, or function call arguments, with the types of
- the formal arguments or function definition arguments.
-