Create an abstract class named Store. Store will have a pure virtual function showItem() which will output what it sells. Create a derived class Bookstore and Ricestore. Boo