- Client
- A class that creates and maintains the object structure; instantiates and calls the Visitors
- ObjectStructure
- A composite structure of several related element types
- Element
- The root element type for the object structure
- ElementA and ElementB
- Subclasses of Element
- IVisitor
- An interface for all the Visitor classes
- Visitor1 and Visitor2
- Classes that contain methods that iterate through the object structure and apply operations to its elements
Visitor Pattern - main players
Programmers Visited
Topics
- Active Directory Services (1)
- AJAX (8)
- ASP.NET (11)
- ASP.NET MVC (1)
- Assembly (4)
- CSS (1)
- Deployment (1)
- Design Patterns (54)
- General (1)
- Interview (1)
- OOPS (2)
- SQL Server (2)
- WCF (1)
- Windows Service (2)
- WPF (2)