GRASP (object-oriented design): Difference between revisions

Content deleted Content added
Matroxko (talk | contribs)
Tag: Reverted
AmityG (talk | contribs)
m Corrected "Fullfill" typo
Line 22:
Using the principle of information expert, a general approach to assigning responsibilities is to look at a given responsibility, determine the information needed to fulfill it, and then determine where that information is stored.
 
This will lead to placing the responsibility on the class with the most information required to fullfillfulfill it.<ref name="Larman2004"/>{{rp|17:11}}
 
'''Related Pattern or Principle''': Low Coupling, High Cohesion