CSC/ECE 517 Fall 2012/ch2b 2w69 as: Difference between revisions
		
		
		
		Jump to navigation
		Jump to search
		
|  (→Intent) | m (→Introduction) | ||
| Line 3: | Line 3: | ||
| == Introduction == | == Introduction == | ||
| In object-oriented programming the open/closed principle states, | |||
|  ''Software entities (Classes, Modules, Functions, etc.)should be open for extension, but closed for modification'' | |||
| == Motivation == | == Motivation == | ||
Revision as of 21:33, 16 November 2012
The Open/Closed principle
Introduction
In object-oriented programming the open/closed principle states,
Software entities (Classes, Modules, Functions, etc.)should be open for extension, but closed for modification