Mid GoF Patterns

Leaf (File):?

  • The File class is a leaf node in the composite structure. It doesn’t contain

any child components but implements the ShowInfo() method to display its

name.

More from Design Patterns in C#

All questions for this course