For LLD, confused about including Service classes in class diagram or not
Anonymous User
123

For example, it's a ticket booking system.
So we have our User class and Ticket class, now for methods such as createTicket(), cancelTicket() - should we include them in the Ticket Class in class diagram (not real coding), or do we include a TicketService in our class diagram.

Which is the correct approach. I am completely fussed up between the two approaches.

Comments (1)