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 and Feedback
Answer:C