Relative Content

Tag Archive for class-diagram

How would you draw this UML class diagram?

I’m currently trying to learn UML but I have trouble with this one. Lets say you have a container with cards, a container with players, and that player has also cards. How would you draw this in a class diagram (application model). How would you set the composition and multiplicity?
Thanks in advance.