Car Rental System
This is a Java project that simulates a car rental system using object-oriented programming (OOP) concepts. The project allows users to rent and return different types of cars and calculates the rental fees based on the car
type and the duration of the rental. The project also manages the inventory of available cars, the customers' information, and the rental records. The project has following classes Car, Customer, Reantal, CarRentalSystem
and Main.