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 |
If a client does not like a design what will your approach be?
What WYSIWYG web design tools are available?
what is diffrence between Function Oriented Design and Obeject Oriented design
11 Answers IBS, TCS,
What design pattern wrapper classes implement?
What is architecture and what is design?
What are the benefits of the proxy in the design pattern?
How can you know that your design is successful?
Why should we not use singleton pattern?
What is the methodology to follow in collaboration with other team members like researchers, product managers, and developers?
Is singleton an anti pattern?
Which design patterns have you used in your project ?
What are the disadvantages of singleton pattern?