

MCQOPTIONS
Saved Bookmarks
1. |
Which of the following describes the Filter pattern correctly? |
A. | this pattern builds a complex object using simple objects and using a step by step approach. |
B. | this pattern refers to creating duplicate object while keeping performance in mind. |
C. | this pattern enables developers to filter a set of objects using different criteria and chaining them in a decoupled way through logical operations. |
D. | this pattern is used when we need to decouple an abstraction from its implementation so that the two can vary independently. |
Answer» C. this pattern enables developers to filter a set of objects using different criteria and chaining them in a decoupled way through logical operations. | |