Lecture 11 - GRASP Details Flashcards
1
Q
Describing how a particular use case is realized within the Design Model, in terms of collaborating objects is a…
A
Use Case Realization
2
Q
When should we use the Creator GRASP pattern?
A
If class contains, aggregates, records or initiates the other class
3
Q
When should we use the Information Expert GRASP pattern?
A
If the class has the information
4
Q
When should we use the Controller GRASP pattern?
A
For non-user interface object that defines the methods for the system operation
5
Q
What is visibility?
A
Ability of one object to “see” or have a reference to another object
6
Q
slide 32
A
7
Q
A