Behavioral pattern: Difference between revisions

Content deleted Content added
fix CS1 errors: authorlink using AWB
Line 14:
| accessdate = 2012-05-21
}}</ref>
* [[Hierarchical visitor pattern]]: Provide a way to visit every node in a hierarchical [[data structure]] such as a [[Tree (data structure)|tree]]
* [[Interpreter pattern]]: Implement a specialized computer language to rapidly solve a specific set of problems
* [[Iterator pattern]]: Iterators are used to access the elements of an aggregate object sequentially without exposing its underlying representation