Create a class diagram for book my show #27
Replies: 16 comments 6 replies
-
BookMyShow User
Theater MovieNameDetails TypeOfSeats PayMentGateWayEnum |
Beta Was this translation helpful? Give feedback.
-
i wasn't able to come up with whole it may have improvements |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
-
Class City
|
Beta Was this translation helpful? Give feedback.
-
classDiagram class City { class Theatre { class Screen { class Seat{ class Movie { class Show { BookMyShow "1" --* "" City |
Beta Was this translation helpful? Give feedback.
-
1.City
2.Threatre
3.Screen
4.Seat
5.SeatInShow
SeatStatus(enum) 6.Show
PaymentStatus(enum)
|
Beta Was this translation helpful? Give feedback.
-
What?
Identify the various entities, their attributes, behaviour and relationships with other entities.
Why?
How?
Fill out the worksheet here.
Beta Was this translation helpful? Give feedback.
All reactions