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:

No comments:

Post a Comment