Association Class vs. Attribute
问题 Let's assume I have 2 classes with association relation. What is the difference between adding attributes to one of the classes and adding an Association Class with attributes? I understand that association class describes the association relation, but cannot I use simple class attributes instead? What are the added values of Association Class? 回答1: Association and attributes are actually different renderings of the same thing. The difference is more a bit of esoteric nature. An association