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

From Expertiza_Wiki
Jump to navigation Jump to search
Line 5: Line 5:
   # Implementation of strategy pattern in Dynamic, static object oriented language by going  
   # Implementation of strategy pattern in Dynamic, static object oriented language by going  
     through example presented.
     through example presented.
  ## I couldn't make the two statement bullet statements !! pls change the above to


=Introduction=
=Introduction=

Revision as of 21:25, 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.
 ## I couldn't make the two statement bullet statements !! pls change the above to

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