Answer Posted / guest
Design patterns are recurring solutions to design problems
you see over
Design patterns constitute a set of rules describing how to
accomplish certain tasks in the realm of software development
Design patterns focus more on reuse of recurring
architectural design themes, while frameworks focus on
detailed design? and
implementation.
A pattern addresses a recurring design problem that arises
in specific design situations and presents a solution to it
Patterns identify and specify abstractions that are above
the level of single classes and instances, or of components
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Shall we use abstract classes or interfaces in policy / strategy design pattern?
What are the SDLC phases you have invloved ?
What is the use of repository pattern?
Is bean a singleton?
Is singleton scope thread safe?
What are the most commonly used design patterns?
What is the difference between factory and strategy design pattern?
What are the categories in which the design patterns can be divided?
Why should we not use singleton pattern?
Why singleton beans are not thread safe?
Is mvc a software design pattern?
What is the difference between builder and composite?
What is the use of such a class?
What is the executor design pattern?
What is the difference between proxy and adapter?