Skip to content
Christopher P. Brown edited this page Feb 18, 2021 · 1 revision

SOLID

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:

Clone this wiki locally