Mid GoF Patterns

Component (IFileSystemComponent):?

  • This is the base interface that defines a common method ShowInfo() that

will be implemented by both leaf and composite components.

public interface IFileSystemComponent

void ShowInfo();

More from Design Patterns in C#

All questions for this course