Tag: strategy

  • How to implement Strategy Pattern in Java?

    Let’s say you run a eCommerce Shop. You wan’t to adopt a different pricing strategy at different periods of the year. Say , during Christmas you give a 40% discount on all items, During periods where you run out of stock you add 20% to the existing stock price. And during the other times you…