#oop-design-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 definition of OCP that I had mentioned in this blog is this: Software entities (classes, functions, modules, or methods) should be open for...