9.4. Abstract Factory¶
EN: Abstract Factory
PL: Fabryka Abstrakcyjna
Type: object
The Abstract Factory pattern differs from the Factory Pattern in that it returns Factories, rather than objects of concrete class.
9.4.1. Use Cases¶
9.4.2. Design¶
9.4.3. Implementation¶
# TODO