The Open/Closed Principle is one of the SOLID principles of object-oriented design, and it states that a software entities(classes, functions, modules) should be open for extension but closed for modification.
Share this post
#Issue 19 - Open/Closed Principle For Clean…
Share this post
The Open/Closed Principle is one of the SOLID principles of object-oriented design, and it states that a software entities(classes, functions, modules) should be open for extension but closed for modification.