Design
patterns provide solutions to common problems which occur in software
design. Design patterns are about reusable designs and interactions of
objects.
Types of Design Patterns
These can be organized in 4 separate pattern groups depending on the nature of the design problem they intend to solve.- Gang of Four Patterns
- Enterprise Patterns
- SOA and Messaging Patterns
- Model-View Patterns
Advantages of Design Patterns
Design Patterns have following main advantages in software development.- Provide solutions to common problems which occur in software design.
- Provide common platform for developers means developer can implement these in any language.
- Provide a standard terminology and are specific to particular scenario.