LLD 2- Strategy Design Pattern
Q1) what is the design pattern Ans: Design Patterns are the typical solutions to commonly occurring problems in software design. They are like pre-made blueprints that you can customize to solve a recurring design problem in your code. using these object-oriented programming principles we design manageable, scalable, reusable software. Q2) where to use Strategy Design … Read more