Skip to content

Tanish-Solanki/Vehicle-Rental-System

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

Vehicle Rental Management System

Description

A console-based Vehicle Rental Management System developed in C++ using Object-Oriented Programming principles.
The system allows managing vehicles, customers, rentals, and returns with late fee calculation.

This project focuses on clean design, proper memory management, and real-world problem modeling.


Features

  • Add cars and bikes dynamically
  • Display all vehicles and available vehicles
  • Add and manage customers
  • Rent and return vehicles
  • Automatic rental cost and late fee calculation
  • File-less in-memory management using STL

Concepts Used

  • Object-Oriented Programming (Inheritance, Polymorphism, Encapsulation)
  • Abstract classes and virtual functions
  • Dynamic memory allocation
  • STL containers (vector, map)
  • Constructor initialization and destructor handling

Tech Stack

  • Language: C++
  • Compiler: GCC
  • Platform: Linux / Windows

How to Run

g++ -Wall -Wextra Innovative.cpp -o rental
./rental

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages