Monday 13 August 2012

Design patterns

What is a pattern? A pattern is a solution that can be applied effectively, for a problem which can be applied effectively. The Design pattern is language independent strategies for solving common object oriented problems.

The Design patterns can be divided into following categories

1) Creational
2) Structural
3) Behavioral



Here are the some design patterns used and explained.