Facade Design Pattern
definition
Provide a unified interface to a set of interfaces in a subsystem. Façade defines a higher-level interface that makes the subsystem easier to use.
…
participants
The classes and/or objects participating in this pattern are:
Facade (MortgageApplication)
- knows which subsystem classes are responsible for a request.
- delegates client requests to appropriate subsystem objects.
Subsystem classes (Bank, Credit, Loan)
- implement subsystem functionality.
- handle work assigned by the Facade object.
- have no knowledge of the facade and keep no reference to it.
…
Website: www.cbernardi.com.ar | Filesize: 56kb
No of Page(s): 6
Click here to download Facade Design Pattern.
Related Tutorial
Tags: .NET, design pattern, SOAP
Comments
Leave a Reply




