0% found this document useful (0 votes)
181 views2 pages

AIM: Draw The Object Diagram For Flight Reservation System.: Experiment-7

An object diagram shows the state of a system at a specific point in time by depicting the objects and relationships that exist. It is a snapshot of the instances that make up a system based on the classes in a class diagram. Object diagrams are useful for verifying the accuracy and completeness of a class diagram, illustrating examples of classifiers, and explaining smaller or complex parts of a system. The object diagram for a flight reservation system would show the instantiated objects like flights, passengers, and reservations and how they relate at a particular moment in time.

Uploaded by

abcdeb
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
181 views2 pages

AIM: Draw The Object Diagram For Flight Reservation System.: Experiment-7

An object diagram shows the state of a system at a specific point in time by depicting the objects and relationships that exist. It is a snapshot of the instances that make up a system based on the classes in a class diagram. Object diagrams are useful for verifying the accuracy and completeness of a class diagram, illustrating examples of classifiers, and explaining smaller or complex parts of a system. The object diagram for a flight reservation system would show the instantiated objects like flights, passengers, and reservations and how they relate at a particular moment in time.

Uploaded by

abcdeb
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 2

EXPERIMENT-7

AIM: Draw the object diagram for flight reservation system.

Object is an instance of a particular 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.
Purpose of Object Diagram
The use of object diagrams is fairly limited, mainly to show examples of data structures.
 During the analysis phase of a project, you might create a class diagram to describe
the structure of a system and then create a set of object diagrams as test cases to verify
the accuracy and completeness of the class diagram.
 Before you create a class diagram, you might create an object diagram to discover
facts about specific model elements and their links, or to illustrate specific examples
of the classifiers that are required.
Object Diagram at a Glance
An object diagram shows this relation between the instantiated classes and the defined class,
and the relation between these objects in the system. They are be useful to explain smaller
portions of your system, when your system class diagram is very complex, and also
sometimes modelling recursive relationship in diagram.
The best way to illustrate what an object diagram look like is to show the object diagram
derived from the corresponding class diagram.

You might also like