C# Design Patterns – The Visitor Pattern

What is the visitor pattern? The visitor design pattern is a way of separating an algorithm from an object structure upon which it operates. A practical result of this separation is the ability to add new operations to existing object structures without modifying those structures. Thus, using the visitor pattern helps conformance with the open/closed […]

This entry was posted in Software Design, Syndicated. Bookmark the permalink.

Comments are closed.