According to Eric Evans, associations should
- Impose a traversal direction
- Add qualifiers and reduce multiplicity
- Not be present if it is non-essential
I am not able to understand qualifier concept, how do we add to reduce multiplicity. Can any body explain with example.