Welcome to MSDN Blogs Sign in | Join | Help

September 2007 - Posts

Creational - Factory Pattern

In continuation to my previous post, I am presenting you a sample code that implements Factory Pattern. The overview: - We are using the Person, Gift and Letter classes as we did in the Abstract Factory Pattern implementation. This is just to show how
Posted by Sanjeet | 1 Comments
Filed under:

Software Design Patterns - Creational Patterns

This happens to be the first of my articles on Software Design Patterns. I will present some basics followed by implementation of the pattern. These patterns help make a system independent of how its objects are created, composed and represented. A class
Posted by Sanjeet | 1 Comments
Filed under:

Creational - Abstract factory Pattern

In continuation to my previous post, I am presenting you a sample code that implements Abstract Factory Pattern. The overview: - This implementation contains a factory called Person. - The Product/Entity class is represented by 2 abstract classes called
Posted by Sanjeet | 1 Comments
Filed under:
 
Page view tracker