Design and implement a class named StockItem that can be used to keep track of items in stock at a store. Each StockItem object must include the following:
a) Attributes
b) Methods
c) Constructor
d) All of the above