- Posted By: freeproject
- Comments: 0
Posted By freeproject on August 2, 2017
Car Rental System Class Diagram describes the structure of a Car Rental System classes, their attributes, operations (or methods), and the relationships among objects. The main classes of the Car Rental System are Cars, Booking, Passenger, Car Routes, Drivers, ##Class6##.
Classes of Car Rental System Class Diagram:
- Cars Class : Manage all the operations of Cars
- Booking Class : Manage all the operations of Booking
- Passenger Class : Manage all the operations of Passenger
- Car Routes Class : Manage all the operations of Car Routes
- Drivers Class : Manage all the operations of Drivers
- ##Class6## Class : Manage all the operations of ##Class6##
Classes and their attributes of Car Rental System Class Diagram:
- Cars Attributes : car_id, car_driver_id, car_customer_id, car_number, car_company car_type, car_description
- Booking Attributes : booking_id, booking_title, booking_type, booking_ticket, booking_date, booking_description
- Passenger Attributes : passenger_id, passenger_name, passenger_mobile, passenger_email, passenger_username, passenger_password, passenger_address
- Car Routes Attributes : car_route_id, car_route_name, car_route_type, car_route_description
- Drivers Attributes : driver_id, driver_name, driver_mobile, driver_email, driver_username, driver_password, driver_address, driver_licence
- ##Class6## Attributes : ##AttributeList6##
Classes and their methods of Car Rental System Class Diagram:
- Cars Methods : addCars(), editCars(), deleteCars(), updateCars(), saveCars(), searchCars()
- Booking Methods : addBooking(), editBooking(), deleteBooking(), updateBooking(), saveBooking(), searchBooking()
- Passenger Methods : addPassenger(), editPassenger(), deletePassenger(), updatePassenger(), savePassenger(), searchPassenger()
- Car Routes Methods : addCar Routes(), editCar Routes(), deleteCar Routes(), updateCar Routes(), saveCar Routes(), searchCar Routes()
- Drivers Methods : addDrivers(), editDrivers(), deleteDrivers(), updateDrivers(), saveDrivers(), searchDrivers()
- ##Class6## Methods : add##Class6##(), edit##Class6##(), delete##Class6##(), update##Class6##(), save##Class6##(), search##Class6##()
Class Diagram of Car Rental System :
Class Diagram Image: