Answered step by step
Verified Expert Solution
Question
1 Approved Answer
2. Sketch a Class Diagram for creating different types of Stores for a Megamall based on Factory Pattern. 3.Construct a Package Diagram to illustrate the
2. Sketch a Class Diagram for creating different types of Stores for a Megamall based on Factory Pattern.
3.Construct a Package Diagram to illustrate the package organization for the Megamall contains different Stores as indicated in Q2 using the Model-View-Controller architecture pattern. Provided that, 1. Model with packages: User, StoresSchedule, Price. 2. View with packages: StoresSchedulePage, PricePage. 3. Controller with packages: CustomerCheckin, CustomerCheckout
Specifications: 1. The stores are: PC Store, Food Store, Drink Store, Stationery Store, Grocery Store. 2. Every Store class has a "customer" method. 3. The class StoreClient will use the factory class to create different types of Stores. Requirements: a. Show the operations/methods in every class. b. Draw the dependency between the classesStep 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