What is Business Delegate pattern?
- A design pattern that promotes loose coupling by keeping the presentation layer separate from the business layer
- A design pattern that provides a simplified interface to a set of services
- A design pattern that reduces the coupling between presentation-tier clients and business services
- A design pattern that separates the business logic and presentation logic in an application
Business Delegate pattern provides a simplified interface to a set of services to reduce the coupling between presentation-tier clients and business services.
Loading...