SOLID Principles of Object Oriented Design

SOLID is an acronym for several important programming principles in object-oriented design and programming (OOD&OOP).

SRP The Single Responsibility Principle
OCP The Open Closed Principle
LSP The Liskov Substitution Principle
DIP The Dependency Inversion Principle
ISP The Interface Segregation Principle Interface Segregation Principle

Guess you like

Origin http://43.154.161.224:23101/article/api/json?id=326244149&siteId=291194637
Recommended