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  Annotated slide -- Keyboard shortcut: 't'  Alphabetic index  Help page about these notes  Course home    Basic facilities - slide 26 : 42

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