Design Patterns – Using the Abstract Factory Pattern in C#(dotnetcube.com)
submitted by
dncdude(1350) 2 years, 5 months ago
The Abstract Factory Pattern provides an interface for creating families of related objects without specifying their concrete classes. The Abstract Pattern makes sure that the client does not know anything about the objects being created. The pattern hides the implementation of the product definitions and their class names and the only way the client can create a product is through the factory.
|category: Architecture
|Views: 444
tags:
Architecture another
Everyones tags:
Your Tags: