What are design patterns ? Explain FACADE Design Pattern ?

Showing Answers 1 - 1 of 1 Answers

Vijaya Bhaskar M

  • Jul 24th, 2005
 

Design Pattern: pattern describes a problem which occurs over and over again in out environment, and then describes the core of the solution to that problem, in such a way that you can use this solution a million times over, without ever doing it the same way twice.?
?
FACADE Design Pattern : Provides a unified interface to a set of interfaces in a subsystem. Facade defines a higher-level interface that makes the subsystem easier to use.

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions