you are calling the methods on "stock" but it is not refrencing to any object.
whenever you need to call a method you hav to first create an object and give the refrence to it.
Stock stock;...