Class diagram by sagar & daniyal

Post on 09-Jun-2015

142 views 3 download

Tags:

description

UML Class Diagram

Transcript of Class diagram by sagar & daniyal

Class Diagram

By:

M.Daniyal Ashfaq (2013-CS-051)&

SAGAR KUMAR (2013-CS-039)

Department of Computer Science

Sir Syed University of Engineering & Technology, Karachi

Introduction

A Class Diagram:

Is a Static Diagram

Describes System Structure

Combines Number of Model Elements such as Classes, Their Attributes and

Operations(Methods).

Purpose

UML (Unified Modeling Language)

Class Diagrams are used to illustrate

Classes of Object Oriented Applications and

Their Relationships with Attributes , Operations

and Other Classes.

A Basic Icon

The Interaction and Algorithmic Detail of Classes is Never Represented in UML Class Diagrams.

How Class Diagram Looks

Attributes

Operations

Inheritence

Association

Example

References

Class Diagrams by Robert C.Martin

UML Distilled by M.Fowler

http://spacecraft.sourceforge.net/doc/api/ExampleUML.jpg

Thank You