strategy-pattern
Difference between Template Method (separation) and Strategy pattern?
My teacher is a really good one and I tend to understand his points, but this one just goes over my head.[详细]
2022-12-15 04:16 分类:问答Strategy Pattern with Different parameters in interface (C#)
I am basically trying to implement a Strategy pattern, but I want to pass different parameters to the \"interfaces\" implementation (that inherit from the same object) and don\'t know if this is possi[详细]
2022-12-14 23:51 分类:问答What is the difference between Strategy design pattern and State design pattern?
What are the differences between the Strategy design pattern and the State design pattern? I was going through quite a few articles on the web but could开发者_开发问答 not make out the difference clea[详细]
2022-12-09 19:54 分类:问答