Note
This project is academic coursework for UECS1144 Object-Oriented Application Development.
The Cinema Reservation System is a Java-based application developed as a university assignment for the course UECS1144 during the university Year 1 Trimester 3. The system allows users to browse available movies and make reservations. It showcases the basic principles of object-oriented programming, including encapsulation, inheritance, and abstraction.
- JDK Version: 18
There are three methods to run the Cinema Reservation System:
Double-click on Main.exe to launch the application.
Open a terminal window in the root directory and execute the following command: bash
java -jar main.jar
Open Main.java in your preferred IDE and run the file directly.

