Showing posts with label OCP. Show all posts
Showing posts with label OCP. Show all posts

Thursday, August 6, 2015

Open Closed Principle

Open Closed Principle-Do not allow future changes to existing classes and assemblies. If there is a change required in future, create new code that can extend the existing code.

Reference: