jpsp91 2a2046dd39 ProductManager před 6 roky
.idea ProductManager před 6 roky
Test ProductManager před 6 roky
.DS_Store ProductManager před 6 roky
.gitignore first commit před 6 roky
Apple.java ProductManager před 6 roky
Banana.java ProductManager před 6 roky
Coconut.java ProductManager před 6 roky
Inventory.java ProductManager před 6 roky
MainApplication.java ProductManager před 6 roky
Product.java ProductManager před 6 roky
README.md first commit před 6 roky
package.bluej ProductManager před 6 roky

README.md

Class Manager

Product Inventory Project

Objectives

  1. To demonstrate your understanding of objects and functions
  2. To demonstrate your understanding of controlling execution
  3. To demonstrate your understanding of access control
  4. To demonstrate your understanding of reusing classes

Overview

Create an application which manages an inventory of products. Create a product class which has a price, id, and quantity on hand. Then create an inventory class which keeps track of various products and can sum up the inventory value.

Unit Test

UML is required Unit test in place before proceeding with code

Instructions

  1. In your main class initialize your manager and populate your inventory
  2. Demonstrate calling methods on your manager
  3. Print all output to screen