

McqMate
Q. |
Define a family of algorithms, encapsulate each one, and make them interchangeable. It lets the algorithm vary independently from clients that use it. |
A. | template method |
B. | decorator |
C. | strategy |
D. | visitor |
Answer» C. strategy |
View all MCQs in
Software Design Modeling (SDM)No comments yet