Open/Closed Principle: Difference between revisions
Jump to navigation
Jump to search
(Created page with "=Internal= * SOLID Principles =Overview=") |
|||
Line 4: | Line 4: | ||
=Overview= | =Overview= | ||
Software entities like classes, modules and functions should be open for extension but closed for modifications. |
Latest revision as of 22:50, 14 January 2018
Internal
Overview
Software entities like classes, modules and functions should be open for extension but closed for modifications.