Mid GoF Patterns

Visitor Interface:?

  • The visitor interface defines a visit method for each type of element. Each

Visit method encapsulates the operation to be performed on the

corresponding element.

More from Design Patterns in C#

All questions for this course