home *** CD-ROM | disk | FTP | other *** search
- In object-oriented design, the term "has-a" applies to classes
- that are composed of objects of other classes. In contrast, the
- term "is-a" applies to the relationship of public inheritance.
- Here, a Drink_Machine object has a Status object "OK", a Selection
- object "menu", and a Change object "coins".
-