Design Patterns
|
Abstract Factory
- References
- Example
-
References
-
Example
-
The
Abstract Product
:
-
The
Concrete Product
:
-
Product A:
-
Implementation 1:
-
Implementation 2:
-
Product B:
-
Implementation 1:
-
Implementation 2:
-
The
Abstract Factory
:
-
The
Concrete Factory
:
-
Implementation 1:
-
Implementation 2:
-
The
Factory Method
(optional):
-
A simple class to test the
Abstract Factory
design pattern: