Tag Archives: Software Sagacity

C# Design Patterns: #4 – Abstract Factory

Abstract FactoryThe Abstract Factory pattern, although not present in many end-user applications, finds ample grace in the development of user-configurable toolkits and frameworks. Instead of locking the developer into a particular set of controls or objects that will be used by the framework, the abstract factory instead lets developers substitute their own controls when necessary.
Continue reading

RSS Twitter LinkedIn Facebook Email