The program that will help you manage a collection of


Need help with writting Pseudocode for a Collection Manager Program.

Scenario

The program that will help you manage a collection of recipes.

You will implement three classes: one for the main recipe items, one for the ingredients that are part of the recipe, and one for the entire collection of recipes.

The collection should use a list data structure to store the individual items. Your collection class should include methods like addItem(), printItem(), and deleteItem() that allow you to add, print, or delete items from your collection of items.

Your Ingredient class will model the items that will be stored in each recipe in your collection. You will give it some basic attributes (of numeric or string types) and some basic methods (accessors/mutators, printItemDetails(), etc.).

Your Recipe class will start off similar to your Ingredient class, but you will increase its functionality by modifying it to accept the Ingredient objects, containing all the details stored in an Ingredient class object. You will also expand the Recipe class by adding recipe-specific methods to your Recipe class.

Solution Preview :

Prepared by a verified Expert
Basic Computer Science: The program that will help you manage a collection of
Reference No:- TGS02786478

Now Priced at $10 (50% Discount)

Recommended (96%)

Rated (4.8/5)