

MCQOPTIONS
Saved Bookmarks
1. |
Which of the following is an object pattern that encapsulates interchangeable algorithms in objects so the algorithm can vary independently of the classes that use it? |
A. | chain of responsibility |
B. | strategy |
C. | mediator |
D. | memento |
Answer» C. mediator | |