Skip to search formSkip to main contentSkip to account menu

Abstract factory pattern

Known as: Abstract Factory method Pattern, Design Pattern - Abstract Factory, Abstract Factory Method 
The abstract factory pattern provides a way to encapsulate a group of individual factories that have a common theme without specifying their concrete… 
Wikipedia (opens in a new tab)

Papers overview

Semantic Scholar uses AI to extract papers important to this topic.
2016
2016
Design patterns helpful for software development are the reusable abstract documents which provide acceptable solutions for the… 
2008
2008
Product2 {abstract} AbstractProduct1 {abstract} <<interface>> 
2008
2008
Software configuration management (SCM) is the discipline of controlling the evolution of large and complex software systems… 
Highly Cited
2008
Highly Cited
2008
Integrated development environments are essential for efficient realization of complex industrial products, typically consisting… 
Review
2003
Review
2003
Design patterns describe solutions to recurring design problems in the development of software designs. To encourage the use of… 
Review
2003
Review
2003
A design pattern describes a generic solution for problems that occur repeatedly. Current descriptions of design patterns… 
Review
2001
Review
2001
Java software provides a vast amount of information about class and interface relations. Inheritance- or uses-relations of large… 
2000
2000
A software project's estimate of effort commonly requires input specifying the project size, and a reliable size estimate depends… 
Review
1996
Review
1996
Method() TemplateMethod() RegularMethod() while(...) AbstractMethod(); ... if (...) RegularMethod(); .... 
1994
1994
For performance reasons, client applications often need to influence the implementation strategies of libraries whose services…