- Posted By: freeproject
- Comments: 0
Posted By freeproject on August 2, 2017
Car Sharing System Class Diagram describes the structure of a Car Sharing System classes, their attributes, operations (or methods), and the relationships among objects. The main classes of the Car Sharing System are Booking, Customer, Payment, Car History,, Insurance, Memebership.
Classes of Car Sharing System Class Diagram:
- Booking Class : Manage all the operations of Booking
- Customer Class : Manage all the operations of Customer
- Payment Class : Manage all the operations of Payment
- Car History, Class : Manage all the operations of Car History,
- Insurance Class : Manage all the operations of Insurance
- Memebership Class : Manage all the operations of Memebership
Classes and their attributes of Car Sharing System Class Diagram:
- Booking Attributes : booking_id, booking_title, booking_type, booking_ticket, booking_date, booking_description
- Customer Attributes : customer_id, customer_name, customer_mobile, customer_email, customer_username, customer_password, customer_address
- Payment Attributes : payment_id, payment_customer_id, payment_date, payment_bill, payment_type, payment_description
- Car History, Attributes : car_history_id, car_history_customer_id, car_number, car_history_company car_history_type, car_history_description
- Insurance Attributes : insurance_id, insurance_bike_id, insurance_number, insurance_date, insurance_expiry, insurance_amount, insurance_type, insurance_description
- Memebership Attributes : membership_id, membership_customer_id, membership_name, membership_type, membership_description
Classes and their methods of Car Sharing System Class Diagram:
- Booking Methods : addBooking(), editBooking(), deleteBooking(), updateBooking(), saveBooking(), searchBooking()
- Customer Methods : addCustomer(), editCustomer(), deleteCustomer(), updateCustomer(), saveCustomer(), searchCustomer()
- Payment Methods : addPayment(), editPayment(), deletePayment(), updatePayment(), savePayment(), searchPayment()
- Car History, Methods : addCar History,(), editCar History,(), deleteCar History,(), updateCar History,(), saveCar History,(), searchCar History,()
- Insurance Methods : addInsurance(), editInsurance(), deleteInsurance(), updateInsurance(), saveInsurance(), searchInsurance()
- Memebership Methods : addMemebership(), editMemebership(), deleteMemebership(), updateMemebership(), saveMemebership(), searchMemebership()
Class Diagram of Car Sharing System :
Class Diagram Image: