Chapter 6. Bringing Your Classes to Life: Object DiagramsObjects are at the heart of any object-oriented system at runtime. When the system you designed is actually in use, objects Compared to class diagrams, object diagram notation is very simple. Despite having a fairly limited vocabulary, object diagrams are particularly useful when you want to describe how the objects within the system would work together in a particular scenario. Class diagrams describe how all of the different types of objects within your system interact with each other. They also draw attention to the many ways that the objects will exist and interact within your system at runtime. In addition to class diagrams, object diagrams help you capture the logical view of your model, shown in Figure 6-1. Figure 6-1. The Logical View of your model contains the abstract descriptions of your system's parts, including which objects exist within your system at runtime |
Thursday, October 22, 2009
Chapter 6. Bringing Your Classes to Life: Object Diagrams
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment