Mid GoF Patterns

Recursive Processing:?

  • The recursive structure makes it easy to manage hierarchical data. For

example, when displaying the contents of a directory, you don’t need to worry

about whether the child is a file or a subdirectory.

More from Design Patterns in C#

All questions for this course