Vous êtes sur la page 1sur 3

Assignment #04

Object oriented
analysis & design
Class diagram of cinema ticket
reservation system

Submitted to: sir fahar noman


Submitted by: Ghazia Shahid(59566)

CLASS DIAGRAM FOR TICKET RESERVATION SYSTEM:

Class diagrams are the mainstay of object-oriented analysis and design. UML
class diagrams show the classes of the system, their interrelationships
(including inheritance, aggregation, and association), and the operations and
attributes of the classes. Class diagrams are used for a wide variety of
purposes, including both conceptual/domain modeling and detailed design
modeling.
The following figure depict the class diagram of cinema ticket reservation
system which includes the classes are:
1. Administration class:

2.

3.

4.

5.

6.

Define the actions of admin,which updates the


movie schedule as well as keep record of customer.
Customer class:
Allow customer to get ticket reservation/cancellation and
view movies list
Seating arrangement:
Provide information about seats availbilty, layout
(general or specific audience).
Booking:
get the information form customer ,check seat availability
from seating arrangement class and also look for layout in which
customer is interested
Movie schedule:
Show information about movies, their schedule i.e. time
and date also it tells the standard 3D or 2D.
Payment:
Information needed to get payment from customer. Take
customer id perform transaction and confirm transaction

CLASS DIAGRAM OF CINEMA TICKET RESERVATION

Vous aimerez peut-être aussi