Tagged “Open Close Principle”

Software Design - Open Close Principle

22 Oct, 2014

Bertrand Meyer coined the term open close principle in his 1988 book Object Oriented Software Construction. Software entities like classes, modules and functions should be "open for extension but closed for modifications".

Tags:

See all tags.