0% found this document useful (0 votes)
3K views

Uml Classdiagram Cheat Sheet PDF

This document provides a cheatsheet for UML class diagrams. It discusses generalization, aggregation, composition, interfaces, dependencies, multiplicities, and associations. Generalization allows subclasses to inherit properties from a parent class, while aggregation means a class can exist without another class but composition means a class is part of another class.

Uploaded by

pandian002
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
3K views

Uml Classdiagram Cheat Sheet PDF

This document provides a cheatsheet for UML class diagrams. It discusses generalization, aggregation, composition, interfaces, dependencies, multiplicities, and associations. Generalization allows subclasses to inherit properties from a parent class, while aggregation means a class can exist without another class but composition means a class is part of another class.

Uploaded by

pandian002
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 1

UML Class-Diagram Cheatsheet

Generalization
public or protected method and variable of the parent.
Aggregation
can exists without the bank, too.

Composition
the bank.

Interface
Socket.

Dependency

Multiplicities

Association (Class)
BankCustomer

UML Class-Diagram Cheatsheet by Christian Waldmann is licensed under a Creative Commons Attribution-ShareAlike 3.0 Unported License. Permissions beyond the scope of
this license may be available at www.code-meets-design.de/.

You might also like