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
Describe the builder design pattern
What is onion architecture?
What is the concurrency design pattern?
Contact a small, medium, and a large contract program within your organization. Interview the Technical Director or Project Engineer to identify the following information: a. Request the individual to graphically depict their development strategy? b. What factors drove them to choose the implementation strategy? c. What were some of the lessons learned from developing and implementing the strategy that would influence their approach next time? d. How was the V & V strategy implemented?
What is factory method in design pattern?
What are the languages used in the design pattern?
What is the builder pattern?
What is the factory pattern in the design pattern?
What is mvp design pattern?
What are the types of participants of the prototype design pattern you will get?
Which design pattern is mostly used in net?
Explain three types of components comprise an application design?
what are the creational design patterns
What are structural design patterns?
Is singleton bean thread safe?