Low-Level Design · Stackadapt · Medium
Problem: Restaurant Recipe and Inventory Management Build an object-oriented restaurant system that tracks: Recipes, each with a dish name, its preparation duration, and the ingredients it needs. Supplies, which record the available quantity of each raw ingredient. A recipe can also appear as an ingredient in another recipe. For instance, pizza can depend on dough, while dough can be made from flour and water. Create a Restaurant class exposing these operations: Requirements…
Checking your access…