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. <ref>{{sfnHarvnb|Larman|2005|p = 226}} chapter 16, section 16.7</ref>
 
 
'''Related Patteran or Principle''': Low Coupling, [[Factory pattern]]