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  When Should strategy pattern be used?

Leave a Reply

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