Using concept of OOPs programming in Python
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 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 are validated with identiy proof
- A customer can rent vehicles and return the vehicles as well
- They can pay the bill