Object diagram in UML.- Object diagram represents a set of objects and their relationships. - It involves objects and links in the diagram. - An object diagram can be understood as an instance of a class diagram. - It is used to model object structure. - They are derived from the class diagrams and are dependent on the class diagrams. - It represents the instance of the class diagram. - It also represents the static view of the system which is a snapshot of the system. - They are used to render a set of objects and their relationships as instance.
|