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

5.Develop an entity relationships diagram that identifies physical entity relationships.

1 Answers  


Suppose we have file(ps), dont know how many records are there. Move half of the records to 2 files. How can we do?

1 Answers  


What are the differences between the design patterns and the framework?

1 Answers  


What would help with feature-related decisions?

1 Answers  


What is a lazy initialization in singleton?

1 Answers  


Did you use ooa/ood methodologies? Did you use design patterns?

0 Answers  


What is Software development life cycle....??

5 Answers   TCS,


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

2 Answers   ABC,


What is Architecture and what is design? Are they related?

3 Answers   Accenture, IBM,


Why singleton beans are not thread safe?

1 Answers  


Is dependency injection a design pattern?

1 Answers  


How do you choose a design pattern?

1 Answers  


Categories