Giter Site home page Giter Site logo

grocery's Introduction

grocery

Design a class hierarchy to represent the transactions in a grocery store. Essentially, a grocery store can have multiple registers. Customers come into the store and checkout items using one of the registers. They checkout different items and a bill gets generated. Keep track of the items (you can use a few items as example) that leave the store (inventory) and the total sales. Write a small program that initializes the items in the store, prints out the inventory and performs a few transactions and then at the end of these transactions, prints out the remaining items in the store and then finally prints out the total sales during the day. Other features include the ability to apply a discount at an item level or a class of items. For example, you may need to apply a discount for all chips varieties. You may have to provide discounts to store employees, or senior citizens. Please design a piece of code to do the same. Please ensure that your code clearly illustrates different OOPs concepts such as polymorphism, inheritance, information hiding, object, class, encapsulation.

grocery's People

Contributors

sethukarthik avatar

Stargazers

Arokia Bhavya avatar  avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.