Hi,
I'm using the Heads Up Patterns book for getting into Design Patterns. The book uses a Duck to illustrate the Strategy pattern. Could this be the reason why people think Strategy looks like a Factory Pattern?
According to posts here the Strategy Pattern is more for 'plugging in' different algorithms. Does anyone know where I can get a VB code sample that uses this pattern for different algorithms?
Thanks,
Mike