Please enable JavaScript.
Coggle requires JavaScript to display documents.
S.O.L.I.D (Single Responsibility Principle (A class should have one, and…
S.O.L.I.D
-
Open Closed Principle
You should be able to extend a classes behavior, without modifying it
Once done, don’t change it, extend it
Objects or entities should be open for extension, but closed
for modification
-
-
-
-
-
-
-