The Open-Closed Principle: A Guide to Writing Maintainable Code
What Open-Closed Principle (OCP) is?
The Open-Closed Principle is a fundamental principle in software engineering that states that software entities should be open for extension but closed for modification. This principle is one of the core principle...
thkarropoulos.hashnode.dev3 min read
Rajasekar
Full stack developer - .NET, Angular, SQL | 👨🌾☕
OCP explained in simple terms with nice examples