0
1.2kviews
State and describe notations used in object diagram. OR Draw and explain notations used for object diagram.

Subject: Object Oriented Modeling and Design

Difficulty: Medium

Marks: 4 Marks

1 Answer
0
7views

Notations used in object diagram:

  1. Object
  2. Link

1. Object: - An object is a concept, abstraction or thing that has meaning for an application. Object is basic run time entity. In UML object is represented with a box including its name followed by a colon and class name. Object and class name both are written in bold face with underline. Object can have attributes. Attributes are specified in the second part of the block. Attribute name is followed by value.

enter image description here

2. Link- It is physical or conceptual connection among objects. It is used to show relationship among objects. It is represented with a solid line connecting two objects. Name of the link is written in italic form above line.

enter image description here

Please log in to add an answer.