Skip to content

A OOPs project using concepts of abstraction,polymorphism and inheritence that rents vehicles to customer and charge them accroding to their usage

Notifications You must be signed in to change notification settings

Kartik-Kumar12/Vehicle-Rental-System-Oops-Project-2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Vehicle-Rental-System-Oops-Project-2

Using concept of OOPs programming in Python

GOAL OF THE PROJECT

This project has biased approach towards concepts of OOPs like abstraction , polymorphism , inheritence

Note: This project can be implemented with different appoaches and with more efficiency but i have focused mainly on OOPs part Hints : like connecting with database or excel file keeping track of vehicles and customers and can easily manipulate them using OS module in python

Inventory :-

  • Inventory have bikes and cars enlisted with different models and rent_price/day
  • Vehicle can be added and removed from stocks and rented as well
  • Generates and display bill of customer

Customer

  • Customer are validated with identiy proof
  • A customer can rent vehicles and return the vehicles as well
  • They can pay the bill

Project Preview

About

A OOPs project using concepts of abstraction,polymorphism and inheritence that rents vehicles to customer and charge them accroding to their usage

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published