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
What is a behavioral design pattern?
Why should we not use singleton pattern?
Explain what are 5 common problems in the software development process?
What is factory method in design pattern?
Is mvc a software design pattern?
Why is singleton used?
How did you design your unit tests?What about integration tests?
Is oop a design pattern?
What is the difference between builder and composite?
What is the difference between factory and abstract factory design pattern?
what are the creational design patterns
Is dependency injection a design pattern?
What is onion architecture?
what is the lazy design pattern?
Are you using singleton in your code?