Association versus Dependency

From CSSEMediaWiki
(Difference between revisions)
Jump to: navigation, search
m (Reverted edits by Ebybymic (Talk); changed back to last version by Matthew Harward)
 
(3 intermediate revisions by 3 users not shown)
Line 3: Line 3:
  
 
Association by definition does not suggest a dependency.
 
Association by definition does not suggest a dependency.
 +
 +
 
[[Image:Association.png]]
 
[[Image:Association.png]]
 +
 +
{{Nomenclature}}
 +
 +
[[Category: Nomenclature]]

Latest revision as of 03:11, 25 November 2010

Dependency is defined as "Dependency exists between two elements if a Change in one may cause change to other." Quote from Fowler (Pg47) With classes, dependencies exists for various reasons: One Class sends a message to another;one class has another as part of its data;one class mentions another as parameter to an operation.

Association by definition does not suggest a dependency.


Association.png


Personal tools