What are the types of design patterns?



What are the types of design patterns?..

Answer / Rajni Sinha

Design patterns can be classified into three categories: Creational, Structural, and Behavioral. Creational patterns deal with object creation mechanisms, Structural patterns focus on object composition, and Behavioral patterns handle communication between objects.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Design Patterns Interview Questions

What design pattern wrapper classes implement?

1 Answers  


What are the categories in which the design patterns can be divided?

1 Answers  


Is dependency injection a design pattern?

1 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?

1 Answers  


How can we design/implement singleton object?

3 Answers   HP,


How do you ensure quality of code ?

3 Answers   Infosys,


What is the difference between builder and composite?

1 Answers  


Which design pattern is mvc?

1 Answers  


What is Architecture and what is design? Are they related?

3 Answers   Accenture, IBM,


what is data access layer?

7 Answers   Honeywell,


What is a pattern library?

1 Answers  


Explain the singleton, facade, or handle class design pattern?

2 Answers   ABC,


Categories