Thursday, May 20, 2010

Design Pattern in .Net

http://www.dotnetfunda.com/articles/article889-design-pattern-implementation-using-csharp-.aspx
Types of Design Pattern

   Design patterns can be divided into 3 categories.


  •   Creational Patterns : These patterns deals mainly with creation of objects and classes.

  •   Structural Patterns : These patterns deals with Class and Object Composition.

  •   Behavioural Patterns : These mainly deals with Class - Object communication. That means they are     concerned with the communication between class and objects.

No comments:

Post a Comment