Skip to content
SeaCode
Main Navigation
Home
Swift
SwiftUI
Golang
JavaScript
CSS
Algorithm
Design
Database
AI
Tools
Appearance
Return to top
On this page
Table of Contents for current page
S.O.L.I.D Principles
SOLID stands for:
S - Single-responsibility Principle
O - Open-closed Principle
L - Liskov Substituion Principle
I - Interface Segregation Principle
D - Dependency Inversion Principle
Single-responsibility Principle
Open-closed Principle
Liskov Substituion Principle
Interface Segregation Principle
Dependency Inversion Principle