CS202   2- ‹#›
Limitations...
nWith the class as it is defined, none of these things can be done...
äthe only operations that can be performed are those specified within the public section of the class interface, and a memberwise copy with the assignment operator
äNo other operations are known
nTherefore, to be consistent, we must revise our class to use operator overloading