The Facade pattern is a simple structure laid over a more complex structure.

The idea is that if you don’t want other code accessing the complex bits of a class or process, you hide those bits by covering them with a Facade.

#design patterns #csharp #programming-c

The Facade Design Pattern in C#
1.55 GEEK