- Information
- AI Chat
Was this document helpful?
CS 3203 Software Engineering Lab 3
Course: Software Engineering (CS391)
174 Documents
Students shared 174 documents in this course
University: Fayoum University
Was this document helpful?
Eng. Yossr - Eng. Esraa
1
Systems models
2. Class Diagram
o Class diagrams are describing the static structure of a system.
o It shows the static structures of the system
o Classes represent an abstraction of entities with common characteristics. Associations
represent the relationships between classes.
Relationship Type
1. Associations
o Associations represent static relationships between classes.
2. Multiplicity
o Place multiplicity notations near the ends of an association. These symbols indicate the
number of instances of one class linked to one instance of the other class. For example, one
company will have one or more employees, but each employee works for one company only.
CS 3203 Software Engineering (1) – 2020/2021
Lab (3)