- Help me select a C++ OOP Design pattern https://refactoring.guru/design-patterns/factory-method 4 comments learnprogramming
- Strategy Pattern C# - Strategy pattern is one of the most useful design patterns in OOP. It lets you select an algoritm’s implementation at runtime. In this article, you'll learn how to implement the Strategy pattern in C#. https://kudchikarsk.com/strategy-pattern-csharp/ 73 comments csharp