Mid GoF Patterns

Difficult to Add New Element Types:?

  • While adding new operations is easy, adding new element types can be

challenging. Every new element requires modifying all existing visitor classes

to implement the new Visit method.

More from Design Patterns in C#

All questions for this course