This repository contains a C++ object-oriented software system designed for a car showroom to automate its sales process. This project is developed as part of CS1002 - Programming Fundamentals (Spring 2025, FAST-NU Lahore).
β
Store showroom details (name, contact, address, tax registration)
β
Manage new, used, and imported cars (model, price, engine size, transmission type, etc.)
β
Handle auction details for imported cars
β
Apply 15% withholding tax for cars newer than 5 years
β
Keep track of customers and their purchases
β
Display available cars and remove sold vehicles from the listing
- C++ (OOP concepts)
- |-> Composition, Inheritence, Encapsulation
- File handling for data storage
- Console-based user interface
- Course: CS1002 - Programming Fundamentals
- University: FAST-NU Lahore
- Submission Deadline: March 28, 2025