What is Association in UML with example?
Beside this, what is Association in UML?
Association is a relationship between classifiers which is used to show that instances of classifiers could be either linked to each other or combined logically or physically into some aggregation. UML specification categorizes association as semantic relationship.
Hereof, what is qualified association with example?
Qualified association: Qualified association specifies relation between two object classes and a qualifier. The qualifier is a special attribute that reduces the effective multiplicity of an association. The qualifier distinguishes among the set of objects at the many end of an association.
In a UML class diagram, you can draw associations between any pair of types. A type is a class, interface, or enumeration. An association indicates that the system you are developing stores links of some kind between the instances of the associated types.