OOP Analysis Design Mandatory Principles

From Catglobe Wiki
Revision as of 04:10, 22 April 2010 by Catglobe (talk | contribs) (Created page with '== Open & Closed Principle<br> == Description:<br> As the name itself, it's a principle instruct us how to close the main base behaviors of the original classes by preventi…')
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Open & Closed Principle

Description:

As the name itself, it's a principle instruct us how to close the main base behaviors of the original classes by preventing almost direct modifications, also to open existing classes to extend or make some changes by subclass and override on them,

Specification:

Class can be subclassed