7 min read

Object-Oriented Design Patterns in Python - The Factory Method

Decouple object creation from the code that uses it. Discover how to delegate instantiation to subclasses, making your systems more adaptable to new data types.
Object-Oriented Design Patterns in Python - The Factory Method
Reader: Factory Method Pattern

Reader Mode

-- / --

Introduction