Thursday, January 5, 2012

strategy design pattern example


See Also:

1 comment:

  1. Strategy pattern becomes evident in situations where there are more than 2 different behaviors. Having a pure virtual function and calling the over-ridden method does not adequately bring out the strategy pattern.

    ReplyDelete