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.
'''Related Patteran or Principle''': Low Coupling, [[Factory pattern]]
|