Class Diagram
Class Diagram
and Design
CONSTRUCTION PHASE
CLASS DIAGRAM
Compiled and Presented By:
Muhammad Imran Saeed,
Assistant Professor,
DCS&SE,
© 2020 Muhammad Imran Saeed. This International Islamic University, Islamabad.
Lecture is available free for non-commercial
use with attribution.
Object Oriented
Analysis and Design
Disclaimer and Acknowledgement
These Class notes/lectures have been COMPILED to
help students for online Classes (due to Covid’19
Epidemic) from different books and resources available
on internet.
So I personally acknowledge all the authors, teachers,
presenters, publishers and other organizations etc.
This Compilation work is soul Intellectual Property of Undersigned.
© 2020 Muhammad Imran Saeed. This Lecture is available free for non-commercial use with attribution.
Object Oriented
Analysis and Design
Textbook Followed in this Series of Lectures
© 2020 Muhammad Imran Saeed. This Lecture is available free for non-commercial use with attribution.
Object Oriented
Analysis and Design
What is CLASS
DIAGRAM?
Object Oriented
Analysis and Design
What is CLASS DIAGRAM?
• UML CLASS DIAGRAM gives an overview of a
software system by displaying classes, attributes,
operations, and their relationships.
• This Diagram includes the class name, attributes,
and operation in separate designated
compartments.
Object Oriented
Analysis and Design
What is CLASS DIAGRAM? (Cont..)
• Class Diagram defines the types of objects in the system
and the different types of relationships that exist among
them.
• It gives a high-level view of an application.
• A class can refer to another class.
• A class can have its objects or may inherit from other
classes.
Object Oriented
Analysis and Design
THANK YOU
© 2020 Muhammad Imran Saeed. This Video/presentation is available free for non-commercial use with attribution.