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

What are the advantages of thin clients?

1 Answers  


What is the use of design patterns?

0 Answers  


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

2 Answers   Honeywell,


What are the design patterns you know explain?

0 Answers  


What skills do you think are necessary for a UI UX Designer?

1 Answers  


SAP Design Studio live classes by Exports

1 Answers   SAP Labs,


What are the disadvantages of singleton pattern?

0 Answers  


What is 'good design'?

2 Answers  


what is a Design Pattern?

5 Answers   TCS,


What is single tone design pattern in java?

0 Answers  


What is difference between GoF and J2EE patterns?

1 Answers   Accenture,


What are External Style Sheets?

1 Answers  


Categories