First page Back Continue Last page Graphics
Function Overloading
Two or more functions with the same name but do different things.
Distinguish by number or type of arguments.
e.g. fromitz(fred) where fred is an integer
vs fromitz(suzie) where suzie is a float.
or fritzin(fred) where there is one arg.
vs fritzin(fred, suzie) where there are 2.