-
Notifications
You must be signed in to change notification settings - Fork 1
solid
Christopher P. Brown edited this page Feb 18, 2021
·
1 revision
SOLID, Or, SRPOCPLSPISPDIP ("Sripockpy Lispispdip"), are the core principles of Object Oriented Programming
- Single Responsibility Principle (SRP)
- Open Closed Principle (OCP)
- Lipsky Substitution Principle (LSP)
- Interface Segregation Principle (ISP)
- Dependency Inversion Principle (DIP)
More: