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
Suppose we have file(ps), dont know how many records are there. Move half of the records to 2 files. How can we do?
What are the types of the proxy design you will get in the design pattern?
What are the types of participants of the prototype design pattern you will get?
What are the disadvantages of singleton pattern?
What are the most popular design patterns?
Which design pattern is mvc?
What is the use of repository pattern?
Can we make the reference instance non static?
Is singleton an anti pattern?
Why is singleton used?
Explain what are 5 common problems in the software development process?
What is the creational design pattern?
What are the benefits of the proxy in the design pattern?
Explain what is good design?
What is lexi design pattern?