The Strategy pattern: a. defines an object that encapsulate how a set of objects
ID: 3611169 • Letter: T
Question
The Strategy pattern: a. defines an object that encapsulate how a set of objectsinteracts b. represents an operation to be performed on the elements ofan object's structure c. defines a family of algorithm, encapsulate each one andmake them interchangeable d. none of the above The Strategy pattern: a. defines an object that encapsulate how a set of objectsinteracts b. represents an operation to be performed on the elements ofan object's structure c. defines a family of algorithm, encapsulate each one andmake them interchangeable d. none of the aboveExplanation / Answer
It should be A.