Mid GoF Patterns

Centralized Operation Logic:?

  • Operations are centralized in the visitor, which makes it easier to manage

complex operations. If multiple operations are performed on the same

structure, they can be handled by different visitors.

More from Design Patterns in C#

All questions for this course