I have trouble understanding these two design patterns.
Can you please give me contextual information or an example so I can get a clear idea and be able to map the dif
I'll try to make the shortest answer.
The two patterns complement one another: for instance, you could use a visitor to change the strategies on all the nodes of a graph.