Open Closed Principle

From Wikipedia, the free encyclopedia

The open closed principle of object oriented design states that:

  • Software entities like classes, modules and functions should be open for extension but closed for modifications.

[edit] External links