Browse by Tags

Tagged Content List
  • Wiki Page: Abstract Factory

    Abstract factory is the extension of basic Factory pattern. It provides Factory interfaces for creating a family of related classes. In other words, here I am declaring interfaces for Factories, which will in turn work in similar fashion as with Factories. public interface IFactory1...
  • Wiki Page: Abstract Factory Design Pattern

    This article describes the Abstract Factory Design Pattern design pattern . This is a creational design pattern , a category of design pattern used by software engineers, when writing computer programs. Table of Contents Introduction Benefits Examples of the pattern See Also Community Resources...
Page 1 of 1 (2 items)
Can't find it? Write it!