Answered step by step
Verified Expert Solution
Question
1 Approved Answer
Could anyone help me make a class, use-case, sequence, and activity diagram for the following modules? An e-commerce company has a website that needs to
Could anyone help me make a class, use-case, sequence, and activity diagram for the following modules?
An e-commerce company has a website that needs to confirm that a user's profile name and address is a real address before delivering the products. Create a system that could handle this request.
Here is what I currently have for the class diagram:
Delivery -OrderlD (int) has DeliverylD (int) OrderlD (int) DeliveryDate (string) Address (string) TotalCharge (double) Customer -GetOrderlD) GetTotalCharge(0) -CustomerName (string) -CustomerlD (int) -Address (string) GetDeliveryReport() -GetCustomerlDO +ValidateAddress():boolStep by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started