Explain the singleton, facade, or handle class design
pattern?

Answers were Sorted based on User's Feedback



Explain the singleton, facade, or handle class design pattern?..

Answer / ash

Singleton - single instance of the class will be used. Many
uses.

facade - simplifying interface(s) into simple interface.
Used in application or presentation layer as api or for
wrapping external third-party api/resource

Handle - one method interface with one "action" argument.
Other arguments can be passed as list for "action". Used
when we dont know upfront which methods we would support and
dont want clients to recompile. Somewhat similar to command
pattern

Is This Answer Correct ?    0 Yes 0 No

Explain the singleton, facade, or handle class design pattern?..

Answer / abere a .yimame

Design patterns are higher level abstractions that define
common software problems and solutions to these
problems.Their major importance: they enable software
developers to use best software practice , expertise and
reusablity of good experiance with out ever doing the same
problem agian and again.

Is This Answer Correct ?    1 Yes 13 No

Post New Answer

More Design Patterns Interview Questions

Why have we used synchronized here?

0 Answers  


Explain three types of components comprise an application design?

0 Answers  


What are the most popular design patterns?

0 Answers  


What are actually Model,view,Controller in MVC Pattern?

2 Answers   Honeywell,


Can any one suggest me the best institute for Software Design , Design Patterns and architecture in Hyderabad please. Thanks in Advance.

2 Answers   IBM, KPIT,






Is mvc is a design pattern?

0 Answers  


What are the SDLC phases you have invloved ?

0 Answers   Infosys, Tech Mahindra,


Is bean a singleton?

0 Answers  


What are useful tools for developing and testing color schemes for web sites?

0 Answers   Wipro,


Is singleton an anti pattern?

0 Answers  


What is a behavioral design pattern?

0 Answers  


If there is a Model class,View class,Controller class then How these are internally related? Which layer objects instantiated in which layer? How they communicates?

4 Answers   Honeywell,


Categories