What is the difference between the template method and the strategy patterns?

Can someone please explain to me what is the difference between the template method pattern and the strategy pattern is? As far as I can tell they are 99% the same – the only difference being that the template method pattern has an abstract class as the base class whereas the strategy class uses an … Read more