CSC/ECE 517 Fall 2012/ch2b 2w69 as
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