Design Restaurant Class Help Manage Multiple Restaurants Menus Equiremen Class Contains 1 Q37297620

Design a restaurant class to help manage multiple restaurants and their menus equiremen The class contains: 1) A static int v

program is C#

Design a restaurant class to help manage multiple restaurants and their menus equiremen The class contains: 1) A static int variable named storeCounter that starts at 1 and increments for each new restaurant item that is created 2) A string array called Menu 3) An int variable called StoreID 4) A Boolean variable called isOpen 5) A no-argument constructor that performs the following a. Sets storelD to storeCounter, then increments storeCounter b. Sets isOpen

OR
OR

Leave a Comment

This site uses Akismet to reduce spam. Learn how your comment data is processed.