Open Closed Principle (OCP) in C#
In my previous articles I wrote about Solid Principles in C# and the Single Responsibility Principle. In this article, I am going to show you when and how to use the Open Closed Principle in C# with an example project. You can find the repository on GitHub. The master branch shows the initial code used […]