Skip to content

Latest commit

 

History

History
30 lines (21 loc) · 1.16 KB

README.md

File metadata and controls

30 lines (21 loc) · 1.16 KB

Movie Ticket Booking System || Object Oriented Design

A movie ticket booking system with c++

This is an OOP (object oriented programming) design. Using the C++ object-oriented feature, write a simple movie theater booking system. The system provides:

  1. Customer booking
  2. Customers who have booked can check the booking information
  3. The administrator can check all the booking information

UML

Interface

Other File

Read and write with CSV file

(CSV 1): member_detail.csv                (CSV 2): order_detail.csv

image

(CSV 3): movie_showtime.csv

image