CSC/ECE 517 Fall 2010/ch3 3h az: Difference between revisions

From Expertiza_Wiki
Jump to navigation Jump to search
Line 1: Line 1:
=Objective=
=Objective=


Objective of this Wiki Chapter, the reader should be get overview of
Objective of this Wiki Chapter, the reader should be get overview of
 
   # Strategy pattern, when and how to use strategy pattern.
   # Strategy pattern, when and how to use strategy pattern.
   # Implementation of strategy pattern in Dynamic, static object oriented language by going  
   # Implementation of strategy pattern in Dynamic, static object oriented language by going  

Revision as of 21:24, 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.

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