Toggle menu
862
3.8K
30.2K
279.1K
Catglobe Wiki
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

OOP Analysis Design Mandatory Principles

From Catglobe Wiki
Revision as of 02: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)

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