SOLID Principles
Below is the five Solid Principle: Single Responsibility Principle (SPR) Open-Closed Principle (OCP) Liskov Substitution Principle (LSP) Interface Segregation Principle (ISP) Dependency Inversion Principle (DIP) These principles provide a way for developers to organize their code and create software that […]