Question: Assignment No. 1 Shopping Mall In this project, you will be implementing a simple shopping mall in C++. The mall will provide a soothing shopping

 Assignment No. 1 Shopping Mall In this project, you will be

implementing a simple shopping mall in C++. The mall will provide a

soothing shopping experience for your customers Here's a brief description of each

class Mall The mall itself. The mall performs the creation of a

Assignment No. 1 Shopping Mall In this project, you will be implementing a simple shopping mall in C++. The mall will provide a soothing shopping experience for your customers Here's a brief description of each class Mall The mall itself. The mall performs the creation of a set of different stores, such as a book store, a shoe store, an electronic games store, etc. The mall greets an arriving customer and allows the customer to shop at the mall Some of the things a customer can do at the mall are o Get a list of available stores Get a shopping cart Enter a store Get of list of items available for sale at the store Add items to the shopping cart Proceed to checkout and purchase the items . . . o Notable Attributes: name - the name of the mall stores - a collection of stores of different types customers - the customers currently in the mall o Possible Methods: void enter(Customer c) customer c enters the mall Assignment No. 1 Shopping Mall In this project, you will be implementing a simple shopping mall in C++. The mall will provide a soothing shopping experience for your customers Here's a brief description of each class Mall The mall itself. The mall performs the creation of a set of different stores, such as a book store, a shoe store, an electronic games store, etc. The mall greets an arriving customer and allows the customer to shop at the mall Some of the things a customer can do at the mall are o Get a list of available stores Get a shopping cart Enter a store Get of list of items available for sale at the store Add items to the shopping cart Proceed to checkout and purchase the items . . . o Notable Attributes: name - the name of the mall stores - a collection of stores of different types customers - the customers currently in the mall o Possible Methods: void enter(Customer c) customer c enters the mall

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!