CSC/ECE 517 Fall 2010/ch3 3h az: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
|||
Line 1: | Line 1: | ||
=Objective= | =Objective= | ||
Objective of this Wiki Chapter, the reader should be get overview of: | |||
Strategy pattern, when and how to use strategy pattern. | |||
Implementation of strategy pattern in Dynamic, static object oriented language by going | |||
through example presented. | |||
=Introduction= | =Introduction= |
Revision as of 21:20, 6 October 2010
Objective
Objective of this Wiki Chapter, the reader should be get overview of:
Strategy pattern, when and how to use strategy pattern. Implementation of strategy pattern in Dynamic, static object oriented language by going through example presented.