Problem
1. What is the difference between a (binary) operator and a function?
2. Suppose you wish to overload the operator < so that it applies to the type money defined in display 8.1. what do you need to add to the definition of money given in display 8.1?
3. Is it possible using operator overloading to change the behavior of + on integers? Why or why not?