Answer Posted / zerozero
Design Patterns are intended to provide solutions to
recurring design problems.
Design Patterns play a major role in the design of complex
systems using Object Oriented methods.
Patterns help designers to decompose the system into set
of co-operating objects instead of decomposing objects and
trying to find relationships between them.
| Is This Answer Correct ? | 5 Yes | 0 No |
Post New Answer View All Answers
Are singletons bad?
Shall we use abstract classes or interfaces in policy / strategy design pattern?
What is difference between function oriented design and object oriented design?
What are the SDLC phases you have invloved ?
Why is singleton used?
Why have we used synchronized here?
What is a behavioral design pattern?
What is use case in clean architecture?
What is single tone design pattern in java?
What are the main usage of the patterns?
Is mvc is a design pattern?
What is the difference between builder and composite?
What is the difference between 3 tier and n tier architecture?
Why is singleton bad?
What is onion architecture?