Package crms.lib

Class CarManager

java.lang.Object
crms.lib.CarManager
All Implemented Interfaces:
IReportGenerator<CarReport>

public class CarManager extends Object implements IReportGenerator<CarReport>
Manages car inventory and rentals.

This class provides functionalities to add and remove cars from inventory, check car availability, and generate reports about the cars.