I want to look at the relationships between classes. What UML diagram should I use?

By Alvin J. Alexander, devdaily.com

Class diagrams are very good for showing the static relationships between classes, such as inheritance and aggregation.

Interaction diagrams (sequence diagrams and collaboration diagrams) are good for showing the dynamic, collaboration between classes during process within an application, such as the collaboration required to fulfill the needs of a use case.


devdaily logo