Open-Closed Principle – SOLID Architecture Concept Explained
Por um escritor misterioso
Last updated 26 abril 2025

The Open-Closed principle (OCP) is one the 5 SOLID design principles. It was popularized by the American computer scientist and instructor, Robert C. Martin (aka Uncle Bob) in a paper he published in 2000. The other 4 SOLID design principles are: * Single Responsibility Principle (SRP) * Liskov
The Open-Closed principle (OCP) is one the 5 SOLID design principles. It was popularized by the American computer scientist and instructor, Robert C. Martin (aka Uncle Bob) in a paper he published in 2000. The other 4 SOLID design principles are: * Single Responsibility Principle (SRP) * Liskov Substitution Principle (LSP) * Interface Segregation Principle (ISP) * Dependency Inversion Principle (DIP). If you want to learn about all these principles, you can read my tutorial on the SOLID
The Open-Closed principle (OCP) is one the 5 SOLID design principles. It was popularized by the American computer scientist and instructor, Robert C. Martin (aka Uncle Bob) in a paper he published in 2000. The other 4 SOLID design principles are: * Single Responsibility Principle (SRP) * Liskov Substitution Principle (LSP) * Interface Segregation Principle (ISP) * Dependency Inversion Principle (DIP). If you want to learn about all these principles, you can read my tutorial on the SOLID

The SOLID Principles: a Guide for Object-Oriented Design - Data

SOLID Principle Developer Experience Knowledge Base

Open Closed Principle Explained - SOLID Design Principles

SOLID Principles Java - InterviewBit

Open-Closed Principle – SOLID Architecture Concept Explained

Open/Closed Principle Explained - SOLID Design Principles

SOLID Principles: Improve Object-Oriented Design in Python – Real

SOLID Design Principles

Software Design - Introduction to SOLID Principles in 8 Minutes

▷Learn Open Closed Principle in C# (+ Examples)