/InventoryDemo

A simple demonstration of how interfaces work using an inventory as an example

Primary LanguageJavaMIT LicenseMIT

InventoryDemo

This project was created for the purposes of teaching a grind on the use of interfaces. It was intended to serve two purposes:

  • A review of arrays and array manipulation
  • An introduction to the use and benefits of interface classes in Java

This is the solution to the problem posited in the grind sheet which is also included in this repository as Java_Grind_Task_1.pdf