Q 26 - SOLID #30
Answered
by
AmjustGettingStarted
HARSHITH-MV
asked this question in
Q&A
-
Explain SOLID principles ? |
Beta Was this translation helpful? Give feedback.
Answered by
AmjustGettingStarted
Jul 18, 2025
Replies: 1 comment
-
🧱 SOLID Principles in JavaSOLID is an acronym for five design principles that help developers write clean, scalable, and maintainable object-oriented code. 1️⃣ S — Single Responsibility Principle (SRP)
2️⃣ O — Open/Closed Principle (OCP)
3️⃣ L — Liskov Substitution Principle (LSP)
4️⃣ I — Interface Segregation Principle (ISP)
5️⃣ D — Dependency Inversion Principle (DIP)
|
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
HARSHITH-MV
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
🧱 SOLID Principles in Java
SOLID is an acronym for five design principles that help developers write clean, scalable, and maintainable object-oriented code.
1️⃣ S — Single Responsibility Principle (SRP)
2️⃣ O — Open/Closed Principle (OCP)