What is strategy design pattern example?

Strategy pattern is also known as Policy Pattern. We define multiple algorithms and let client application pass the algorithm to be used as a parameter. One of the best example of strategy pattern is Collections. sort() method that takes Comparator parameter .

Sizin İçin Seçtik  What is the Observer design pattern explain briefly its importance with an example?

Leave a Reply

Your email address will not be published. Required fields are marked *