- Posted By: freeproject
- Comments: 0
Posted By freeproject on August 2, 2017
Car Sales System Class Diagram describes the structure of a Car Sales System classes, their attributes, operations (or methods), and the relationships among objects. The main classes of the Car Sales System are Cars, Car Models, Car Owners, Inventory, Customer, Booking.
Classes of Car Sales System Class Diagram:
- Cars Class : Manage all the operations of Cars
- Car Models Class : Manage all the operations of Car Models
- Car Owners Class : Manage all the operations of Car Owners
- Inventory Class : Manage all the operations of Inventory
- Customer Class : Manage all the operations of Customer
- Booking Class : Manage all the operations of Booking
Classes and their attributes of Car Sales System Class Diagram:
- Cars Attributes : car_id, car_driver_id, car_customer_id, car_number, car_company car_type, car_description
- Car Models Attributes : car_model_id, car_model_number, car_model_year, car_model_name, car_model_type, car_model_description
- Car Owners Attributes : car owner_id, car owner_name, car owner_mobile, car owner_email, car owner_username, car owner_password, car owner_address
- Inventory Attributes : inventory_id, inventory_items, inventory_number, inventory_type, inventory_description
- Customer Attributes : customer_id, customer_name, customer_mobile, customer_email, customer_username, customer_password, customer_address
- Booking Attributes : booking_id, booking_title, booking_type, booking_ticket, booking_date, booking_description
Classes and their methods of Car Sales System Class Diagram:
- Cars Methods : addCars(), editCars(), deleteCars(), updateCars(), saveCars(), searchCars()
- Car Models Methods : addCar Models(), editCar Models(), deleteCar Models(), updateCar Models(), saveCar Models(), searchCar Models()
- Car Owners Methods : addCar Owners(), editCar Owners(), deleteCar Owners(), updateCar Owners(), saveCar Owners(), searchCar Owners()
- Inventory Methods : addInventory(), editInventory(), deleteInventory(), updateInventory(), saveInventory(), searchInventory()
- Customer Methods : addCustomer(), editCustomer(), deleteCustomer(), updateCustomer(), saveCustomer(), searchCustomer()
- Booking Methods : addBooking(), editBooking(), deleteBooking(), updateBooking(), saveBooking(), searchBooking()
Class Diagram of Car Sales System :
Class Diagram Image: