CSC/ECE 517 Fall 2010/ch3 3h az

From Expertiza_Wiki
Jump to navigation Jump to search

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

When to use Strategy Pattern

Illustration of Strategy pattern in Dynamic Object Oriented Language language

Illustration of Strategy pattern in Static Object Oriented Language language

Conclusion