Skip to content

Latest commit

 

History

History
7 lines (7 loc) · 252 Bytes

README.md

File metadata and controls

7 lines (7 loc) · 252 Bytes

OODP : Object Oriented Design Principle

SOLID Principle

  1. SRP - Single responsibility principle
  2. OCP -Open closed principle
  3. LSP - Liskov substitution principle
  4. ISP - Interface Segregation principle
  5. DIP - Dependency inversion principle