10.4. Abstract Factory¶
10.4.1. Rationale¶
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.
10.4.2. Use Cases¶
10.4.3. Design¶
10.4.4. Implementation¶
# TODO
10.4.5. Assignments¶
Todo
Create assignments