Nomenclature
From CSSEMediaWiki
(Difference between revisions)
Line 4: | Line 4: | ||
* [[Abstraction]] | * [[Abstraction]] | ||
* [[Aggregation versus Composition]] | * [[Aggregation versus Composition]] | ||
+ | * [[Association versus Dependency]] | ||
+ | * [[Class vs Object]] | ||
+ | * [[Component versus Module]] | ||
* [[Coupling]] | * [[Coupling]] | ||
− | * [[Encapsulation]] | + | * [[Encapsulation]] (or [[Information hiding]]) |
* [[Inheritance]] | * [[Inheritance]] | ||
+ | * [[Instance]] | ||
+ | * [[Method]] | ||
* [[Multiple Inheritance]] | * [[Multiple Inheritance]] | ||
* [[Overloading]] | * [[Overloading]] | ||
+ | * [[Package versus Namespace]] | ||
* [[Polymorphism]] | * [[Polymorphism]] | ||
[[Category: Nomenclature]] | [[Category: Nomenclature]] |
Revision as of 14:57, 8 August 2009
The naming conventions used in the field of OOD.