This is for a homework assignment. Basically, the idea is to create a subclass of ArrayList in the Inventory class, meaning the Inventory class will inhert from ArrayList and be able to store instances of the Item class.
So my understanding is that I would create a Inventory class and with ArrayList to connect to the Inventory?