 |
 |
 |
 |
 |
 |
 |
 |
 |
 |
 |
 |
 |
| • |
With
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
|
|
|
| • |
Therefore,
to be consistent, we must revise our class
|
|
|
to
use operator overloading
|
|