Mid GoF Patterns

Operation Addition Without Modification:?

  • By adding new visitors (e.g., another visitor for tax calculation or shipping

fees), you can introduce new operations on the same set of elements without

modifying their classes. This is the key benefit of the Visitor Pattern.

Follow:

Benefits of the Visitor Pattern:

More from Design Patterns in C#

All questions for this course