CSC/ECE 517 Fall 2012/ch2b 2w57: Difference between revisions

From Expertiza_Wiki
Jump to navigation Jump to search
(Created page with "= Abstract Factory: A directory of sites =")
 
No edit summary
Line 1: Line 1:
= Abstract Factory: A directory of sites =
= Abstract Factory: A directory of sites =
The essence of the Abstract Factory Pattern is to "Provide an interface for creating families of related or dependent objects without specifying their concrete classes".<ref>{{cite web
| url        = http://www.informit.com/
| title      = Design Patterns: Abstract Factory
| first      = Erich
| last        = Gamma
| authorlink  = http://www.informit.com/authors/bio.aspx?a=725735c6-e618-488a-9f9b-a3b8344570dc
| coauthors  = Richard Helm, Ralph Johnson, John M. Vlissides
| date        = 2009-10-23
| publisher  = informIT
| archiveurl  = http://www.informit.com/articles/article.aspx?p=1398599
| archivedate = 2009-10-23
| accessdate  = 2012-05-16
| quote      = Object Creational: Abstract Factory: Intent: Provide an interface for creating families of related or dependent objects without specifying their concrete classes.
}}</ref>
==References==
{{reflist|3}}

Revision as of 23:51, 18 November 2012

Abstract Factory: A directory of sites

The essence of the Abstract Factory Pattern is to "Provide an interface for creating families of related or dependent objects without specifying their concrete classes".<ref></ref>


References