Write a program in java that will contain a class named GroceryStore for storing items in grocery store. It must include information about item name(String), price (float), and quantity(int). A class...


Write a program in java that will contain a class named GroceryStore for storing items in grocery store. It must include information about item name(String), price (float), and quantity(int). A class named SaleGroceryStore is inherited from GroceryStore contain discount (int). Discount is in percentage that will determine how much discount is available on discounted item. Create required accessor, mutator methods and constructors. Also test these in main.



Jun 07, 2022
SOLUTION.PDF

Get Answer To This Question

Related Questions & Answers

More Questions »

Submit New Assignment

Copy and Paste Your Assignment Here