Skip to content

Latest commit

 

History

History
7 lines (6 loc) · 206 Bytes

File metadata and controls

7 lines (6 loc) · 206 Bytes

Design Patterns

  • Single Responsibility Principle (SRP)
  • Open-Closed Principle (OCP)
  • Liskov Substitution Principle (LSP)
  • Interface Segregation Principle (ISP)
  • Dependency Inversion Principle (DIP)