Sunday, March 6, 2011

Types of Design pattern

One way of classification of design pattern is :
Creational patterns: create objects for you, rather than your having to instantiate objects directly. Your program gains more flexibility in deciding which objects need to be created for a given case.Click here for creational patterns.
Structural patterns: help you compose groups of objects into larger structures, such as complex user interfaces and accounting data.Click here for structural pattern.
Behavioral patterns: help you to define the communication between objects in your system and how the flow is controlled in a complex program. Click here for behavioral pattern.

No comments:

Post a Comment

Chitika