#solid-principles
Read more stories on Hashnode
Articles with this tag
In SOLID, "D" stands for the Dependency Inversion Principle (DIP). This principle is about reducing the dependency of high-level modules on low-level...
The Interface Segregation Principle (ISP) is one of the SOLID principles in object-oriented design. It states that a class should not be forced to...
The "L" in the SOLID principles is the Liskov Substitution Principle or the LSP. In this BLOG, I had mentioned the definition of the LSP. Subtypes...
The definition of OCP that I had mentioned in this blog is this: Software entities (classes, functions, modules, or methods) should be open for...
The SOLID principles are a set of guidelines for designing software that is easy to manage and extend. They were introduced by Robert C. Martin and...