Sanjeetosphere

Sanjeet's technical outbursts.

September, 2007

Posts
  • Sanjeetosphere

    Creational - Factory Pattern

    • 1 Comments
    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...
  • Sanjeetosphere

    Software Design Patterns - Creational Patterns

    • 1 Comments
    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...
  • Sanjeetosphere

    Creational - Abstract factory Pattern

    • 1 Comments
    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...
Page 1 of 1 (3 items)