munnellg / InventoryDemo

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

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

License:MIT License


Languages

Language:Java 100.0%