GRASP (object-oriented design): Difference between revisions

Content deleted Content added
No edit summary
Line 36:
* Instances of <code>B</code> record instances of <code>A</code>
* Instances of <code>B</code> closely use instances of <code>A</code>
* Instances of <code>B</code> have the initializing information for instances of <code>A</code> and pass it on creation. {{sfn|Larman|2005|p = 226}}
{{sfn|Larman|2005|p = 226}}
 
'''Related Patteran or Principle''': Low Coupling, [[Factory pattern]]