Question: Task 5: In this task, you will implement an online furniture-shop system. In real life cases, such a shop sells many types of products, for
Task 5: In this task, you will implement an online furniture-shop system. In real life cases, such a shop sells many types of products, for the sake of simplicity, our system will only sell two products beds and desks. However, your design should consider adding new types of products in the future (Please check the files in the attached products folder to have an intuition of the products proprieties). The system should enable the user to view the products in the store. The system should allow the users to add the products they wish to buy to a shopping cart. It also should allow the user to remove a product item from the shopping cart, and view the products in the shopping cart. For viewing the items, the system allows the user to filter the item by price (max and min). The system also allows the user to search items by color. Draw the class diagrams for the system. Implement and test the systems. Use a driven menu to display the above requirements properly. You need to check the file to design your classes correctly. Make sure you use the data structures that you have learned about so far (For example linked list) in your solution.(Java)
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
