Problem
1. Consider a program for managing inventory in a small appliance store. Why isn't it useful to have a superclass Small Appliance and subclasses Toaster, Car Vacuum, Travel Iron, and so on?
2. Which methods does the Choice Question class inherit from its superclass? Which methods does it override? Which methods does it add?