Anshul Kumaranshul007.hashnode.dev·Oct 6, 2022Design Pattern in Java - Part 1, Strategy Design PatternDesign patterns are the principle for oops. By using the right design pattern we can write code that is manageable, reusable, scalable, etc. There are a lot of design patterns to use in LLD. It depends on the use case in which one can be used. Here I...2 likes·56 readsDesign Pattern in Javadesign patterns
Aditya Chaudhariwww.adityatechinsights.com·Jun 18, 2022Strategy pattern - Java - ExplainedIntent Define a family of algorithms, encapsulate each one and make them interchangeable. Strategy lets the algorithm vary independently from clients that use them. Strategy pattern is also known as policy.It's a type of Behavioral design pattern. Mo...1 like·256 readsDesign Patternsdesign patterns