CS304 Assignment 1 Solution file 2021 download.
cs304 assignment 1 solution spring 2021 .
CS304 Assignment 1 Solution 2021 pdf.
Download PDF File
Solutions start from here:
CS304 Assignment 1 2021
Solved by:vubwn.blogspot.com
Main Objects :
·
Products
·
Customer
·
Register
·
Login
·
Order
·
Payments
·
Cart
Attributes and function associate with each
other’s
Products
|
Product_price Product_expire Product_price |
products_details(); |
Customer
|
Cutomer_name Cutomer_id Customer_order_details Customer_phone_number |
customer_details(); |
Register
|
Customer_name Customer_email Customer_password Customer_phone_number |
register_new_user(); |
Login
|
Customer_email Customer_password |
Login() |
Order
|
customer_id Payments_details Customer_address |
placeorder(); |
Cart box
|
Order_details |
Add_product() Delete_product() Update_cart() |
Identify the relationships among
identified objects
Customerà login
Orderà cart
Orderà login
Productà customer
final comprehensive Class diagram
|
product |
|
Product_price Product_expire Product_price |
|
Products_details |
|
customer |
|
Cutomer_name Cutomer_id Customer_order_details Customer_phone_number |
|
Customer_details |
|
register |
|
Customer_name Customer_email Customer_password Customer_phone_number |
|
Register_new_user |
|
order |
|
customer_id Payments_details Customer_address |
|
Place_order |
|
login |
|
Customer_email Customer_password |
|
login |
|
Cart |
|
Order_details |
|
Add_product Delete_product Update_cart |


0 Comments
If you have any queries please drop in your comments.