#factory-method-pattern

[ follow ]
fromRealpython
5 days ago

The Factory Method Pattern and Its Implementation in Python Quiz - Real Python

Factory Method is one of the most widely used design patterns, and it's a powerful tool for separating object creation from object use in your code.
Python
Python
fromRealpython
4 weeks ago

Implementing the Factory Method Pattern in Python Quiz - Real Python

The quiz tests understanding of the Factory Method Pattern in Python.
[ Load more ]