I start learning Design Patterns. Now I understand a little bit but there are quite a lot of confusions for me. What\'s the difference between Strategy DP and <
You can find another java implementation for strategy pattern at http://javabyranjith.blogspot.in/2017/04/strategy-design-pattern.html
and
factory method design pattern at http://javabyranjith.blogspot.in/2014/06/factory-method-design-pattern.html