

MCQOPTIONS
Saved Bookmarks
1. |
Which design pattern suggest multiple classes through which request is passed and multiple but only relevant classes carry out operations on the request? |
A. | singleton pattern |
B. | chain of responsibility pattern |
C. | state pattern |
D. | bridge pattern |
Answer» C. state pattern | |