Skip to content

DsDipto7/OOP-LAB

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Simple Movie Ticket Management System in C++

This project is a straightforward Movie Ticket Management System implemented in C++. It provides basic functionality for buying movie tickets, printing purchased tickets, and saving ticket information to a file.

Features

1.Buy Ticket:

Users can choose between a Regular Ticket and a Premium Ticket. Regular Ticket requires movie details such as name, price, time, date, viewer name, phone number, and the number of tickets. Premium Ticket inherits from Regular Ticket, providing additional details.

2.Print Tickets:

View details of all purchased tickets.

3.Save Tickets to File:

Save purchased ticket details to a file (tickets.txt). The file is formatted for easy readability.

This project is based on Object-Oriented paradigm.It utilizes object-oriented principles with a base class Ticket and a derived class PremiumTicket. It demonstrates polymorphism through virtual functions.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages