What are the different types of Design Patterns and Explain
them?
Answer Posted / pandu
There are three basic design patterns:
1) structural
2) creational
3) behavioral
Structural patterns: generally deal with relationships
between entities, making it easier for these entities to
work together.
Creational patterns: provide instantiation mechanisms,
making it easier to create objects in a way that suits the
situation.
Behavioral patterns: are used in communications between
entities and make it easier and more flexible for these
entities to communicate.
| Is This Answer Correct ? | 10 Yes | 5 No |
Post New Answer View All Answers
What design pattern wrapper classes implement?
Contact a system development program in your organization. Research how they analyzed their SYSTEM OF INTEREST (SOI), its OPERATING ENVIRONMENT, and their respective system elements. How was this analysis reflected in the SOI architecture?
What is the singleton design pattern?
What are structural design patterns?
Why is singleton bad?
What is the use of repository pattern?
What is difference between function oriented design and object oriented design?
What is clean architecture?
What is single tone design pattern in java?
What is synchronizer token pattern?
Suppose we have file(ps), dont know how many records are there. Move half of the records to 2 files. How can we do?
4. Identify and bound the SOI’s Operating Environment.
Can we have this pattern implemented using static class?
When singleton pattern is used?
Is dependency injection a design pattern?