We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d43c4f9 commit 7955165Copy full SHA for 7955165
README.md
@@ -0,0 +1,9 @@
1
+## The SOLID Principles
2
+
3
+#### There are five principles to follow to ensure our application meets the SOLID requirements. These are as below,
4
+* 1.Single Responsibility Principle (SRP)
5
+* 2.Open Closed Principle (OCP)
6
+* 3.Liskov Substitution Principle (LSP)
7
+* 4.Interface Segregation Principle (ISP)
8
+* 5.Dependency Inversion Principle (DIP)
9
0 commit comments