Explain the singleton, facade, or handle class design
pattern?
Answer Posted / 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 View All Answers
What are the SDLC phases you have invloved ?
How do you choose a design pattern?
What is a lazy initialization in singleton?
5.Develop an entity relationships diagram that identifies physical entity relationships.
What is the gang of four design pattern?
When singleton pattern is used?
What are the differences between the design patterns and the framework?
What is a behavioral design pattern?
Why have we used synchronized here?
Can we have this pattern implemented using static class?
What is the difference between builder and composite?
What is difference between function oriented design and object oriented design?
Is mvc is a design pattern?
What are structural design patterns?
Shall we use abstract classes or interfaces in policy / strategy design pattern?