Function Overloading (cont’d)
Overloaded functions must have unique argument types and/or number of arguments
Overloaded functions cannot be distinguished solely on return type
There are other rules governing declaration matching and argument matching; see pp. 149-153 of Stroustrup