Chapter 13. Instances
In this chapter
- Instances and objects
- Modeling concrete instances
- Modeling prototypical instances
- The real and conceptual world of instances
The terms "instance" and "object" are largely synonymous, so, for the most part, they may be used interchangeably. An instance is a concrete manifestation of an abstraction to which a set of operations may be applied and which may have a state that stores the effects of the operation.
See Chapter 15 for a discussion of internal structure, which is preferable when dealing with prototypical objects and roles. |