Vincent Sima d9543f4972 done 6 anos atrás
.DS_Store done 6 anos atrás
.gitignore first commit 6 anos atrás
Apples.java done 6 anos atrás
Bananas.java done 6 anos atrás
Inventory.java done 6 anos atrás
MainAplicationTest.java done 6 anos atrás
MainApplication.java done 6 anos atrás
Product.java done 6 anos atrás
ProductTest.java done 6 anos atrás
README.md first commit 6 anos atrás
Screen Shot 2018-06-02 at 5.55.29 PM.png done 6 anos atrás
Strawberrys.java done 6 anos atrás
package.bluej done 6 anos atrás

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