Object Diagram
Object Diagram
Software Engineering
Submitted To:
Sir Adnan Mustafa
Submitted By:
Talha Niaz, M. Bilal, Nabeel Haider
17-cp-38, 17-cp-52, 17-cp-86
Object Diagram
What is Object Diagram?
Object Diagram gives static structure of objects and their relationship to one another.
These are useful for demonstration of system to customers. Object Modeling is
represented by using object diagram.
Object is an instance of a moment in runtime, including objects and data values. A
static UML object diagram is an instance of a class diagram; it shows a snapshot of
the detailed state of a system at a point in time, thus an object diagram encompasses
objects and their relationships at a point in time. It may be considered a special case
of a class diagram or a communication diagram.
It is used to model instances of things contained in class diagram.
It is a diagram that shows sets of objects and their relationship.
It also represents static structure of system.
Object Diagrams are derived from Class Diagram.
Object Diagram is dependent on Class Diagram.
Basic Concepts for Class and Object Diagrams are the same.
3. Active Objects:
Objects that have their own processes that control their activities are called as active
objects. They are represented by a symbol of object with thick border lines.
4. Multiple Objects:
It is represented by a symbol as object if attributes of objects are not
important
5. Links:
These are the relationship between objects. Links are instances of association. It is
represented by solid line.