Analysis of information sources in references of the Wikipedia article "Abstract factory pattern" in English language version.
Object Creational: Abstract Factory: Intent: Provide an interface for creating families of related or dependent objects without specifying their concrete classes.
{{cite web}}
: CS1 maint: bot: original URL status unknown (link)The factory insulates the client from changes to the product or how it is created, and it can provide this insulation across objects derived from very different abstract interfaces.
{{cite web}}
: CS1 maint: bot: original URL status unknown (link)