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
Did you use ooa/ood methodologies? Did you use design patterns?
Explain three types of components comprise an application design?
5.Develop an entity relationships diagram that identifies physical entity relationships.
What are the design patterns you know explain?
Explain what are 5 common problems in the software development process?
What is architecture and what is design?
What are the main usage of the patterns?
Can we inherit singleton class?
Why is singleton bad?
Using any system, product, or service your organization provides, identify the human system roles for the product.
What is single tone design pattern in java?
What are the 23 design patterns?
What are the most commonly used design patterns?
What is the difference between factory and strategy design pattern?
What are the main types of concurrency design patterns?