GRASP (object-oriented design): Difference between revisions

Content deleted Content added
Line 38:
* Instances of <code>B</code> have the initializing information for instances of <code>A</code> and pass it on creation.
{{cn|date=March 2020}}
 
'''Related Patteran or Principle''': Low Coupling, {{Factory pattern}}
 
=== Controller ===