UML – Class Diagram – Dependency/Uses

We have already discussed about ‘is-a’ and ‘has-a’ relationship. If you haven’t got a chance to look at those posts please refer the below give posts. UML — Class Diagram — Generalization & Realization. UML — Class Diagram — Association. Dependency is the third and more weaker form of relationship between two classes. If one […]
Continue reading…

 

UML – Class Diagram – Generalization & Realization

Class diagram represents the static low level design of the application. Class diagrams are static in nature and it represent different kinds of objects exist in the system and the relationship between those objects. Class diagram also help the reader to understand different states, behaviors in the object and it’s visibility. In general, there are […]
Continue reading…

 

UML – Class Diagram – Association.

In this post we will talk about representing different kinds of association in Unified Modelling Language (UML). The term association is used to refer a specific types of logical connections found on class. Association is considered as relationship on instance level. Please refer this post for inheritance/generalization/realization. Types of associations. In general, there are five […]
Continue reading…