Lecture overview -- Keyboard shortcut: 'u'  Previous page: Function Overloading -- Keyboard shortcut: 'p'  Next page: Function Overloading - Examples  -- Keyboard shortcut: 'n'  Lecture notes - all slides together  Alphabetic index  Help page about these notes  Course home    Basic facilities - slide 30 : 46

Function Overloading - more detailed rules

Matching the type of an actual parameter and the type of a formal parameter

The criateria below are tried in order

The call is ambiguous if two or matches are found at the same level