Which of the following questions are relevant to the High Cohesion principle of the GRASP approach to object-
oriented design?
Answers
Answered by
56
The correct answers are; Is this object doing things that another object should be responsible for? Do the functions that this object perform make sense for what this object is? Are the responsibilities of this object as focused as possible?
please mark me brain mark list
Answered by
38
Answer:
Is this object doing things that another object should be responsible for?
Do the functions that this object perform make sense for what this object is?
Are the responsibilities of this object as focused as possible?
Explanation:
The user interface objects deal with receiving and handling events initiated by the user. A controller object receives a request and assigns it to the proper object. The user interface objects deliver requests directly to the proper object.
Similar questions
Social Sciences,
17 days ago
Social Sciences,
17 days ago
Math,
1 month ago
Math,
1 month ago
Math,
9 months ago
Social Sciences,
9 months ago
Math,
9 months ago