Note: This website is archived. For up-to-date information about D projects and development, please visit wiki.dlang.org.

Changes between Version 4 and Version 5 of StrategyPattern

Show
Ignore:
Author:
darkzlayer (IP: 203.177.74.135)
Timestamp:
04/17/10 15:51:11 (14 years ago)
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • StrategyPattern

    v4 v5  
    66== Description == 
    77 
    8 Examples of implementing the Gang of Four Visitor Pattern. You can find description on: http://en.wikipedia.org/wiki/Strategy_pattern 
     8Examples of implementing the Gang of Four Strategy Pattern. You can find description on: http://en.wikipedia.org/wiki/Strategy_pattern 
    99 
    1010== Example : Strategy Pattern ==