Do you put main class in UML?
Do you put main class in UML? I would recommend you to use the class with main method only to init your application. In this case you don’t need to include it into your diagram. But if the class that contains the main method is also part of the your Read more…