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…