Explain the singleton, facade, or handle class design
pattern?
Answers were Sorted based on User's Feedback
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 |
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 |
Is singleton bean thread safe?
What are sequence diagrams, collaboration diagrams and difference between them ?
8 Answers ACET, CT, CTS, Infosys,
what is MVC Pattern?
What is grouping in CSS?
Explain the singleton, facade, or handle class design pattern?
When to Use a Factory Pattern?
Explain three types of components comprise an application design?
What do you mean by Design Thinking?
What would help with feature-related decisions?
Where do you find inspiration and what are your long-term goals?
In which application lifecycle phases is an application architecture produced?
What is aop design?