I'm learning UML diagramming and I am bit confused how to draw the class diagram for my problem
- A Firm has many users
- A User can belong to many firms
- A Firm has many templated forms
- A User can't create their own forms but can clone and use a Firm's templated forms
My questions:
- It this UML diagram right?
- Is
Form
split into 2 classes or is that unnecessary? - Or is there a better way of doing this?