Mid GoF Patterns

Ease of Adding New Components:?

  • You can easily add new types of components (e.g., a SymbolicLink class

or a Shortcut class) to the system without affecting the existing code. As

long as the new class implements the IFileSystemComponent interface, it

will fit seamlessly into the existing structure.

More from Design Patterns in C#

All questions for this course