Lazer
✅ Question regarding C# UML diagrams and classes
Hello! Do classes need to have some form of relation in a UML diagram? I'm making Go Fish in VSC, have two classes made, one for the player and one for the deck. While both classes are used in the project's main file, neither class is referenced inside of the other. This leads me to ask if they can be separate on a UML diagram or if it means I need to make a 'game' class to put my main file's process in, while relating the Player and Deck class to it in the diagram. Hope this makes sense, still very new to this. Thanks!
25 replies