What's the correct way to use the class method from Inventory?
Inventory
bag.increase(5); is the correct way to call the class method.
bag.increase(5);