An open API service indexing awesome lists of open source software.

https://github.com/saumyajeet-varma/cinemate-lld-java

This project is a Low-Level Design (LLD) of a simple Movie Ticket Booking System.
https://github.com/saumyajeet-varma/cinemate-lld-java

java lld system-design

Last synced: 9 months ago
JSON representation

This project is a Low-Level Design (LLD) of a simple Movie Ticket Booking System.

Awesome Lists containing this project

README

          

# Movie Ticket Booking System - LLD Implementation

A simple **Movie Ticket Booking System** built using **Core Java (OOPs concepts)**.
This project demonstrates **Object-Oriented Programming** principles such as:
- Encapsulation
- Abstraction
- Inheritance
- Polymorphism

---

## 📌 Features
- Add Customers
- View Movies and Screens
- Check available Seats
- Book Seats for a Movie Show
- Confirm and Display Booking Details

---

> Will complete README file soon