Abstract Factory : Design Patterns In Python

Channel:
Subscribers:
24,900
Published on ● Video Link: https://www.youtube.com/watch?v=eXNLpSQjCzU



Duration: 5:10
0 views
4


Abstract Factory Pattern Article : https://medium.com/design-patterns-in-python/abstract-factory-pattern-in-python-db1f949f6b7f

Documentation : https://sbcode.net/python/abstract_factory/

Sometimes you just want to switch off your computer and read from a book. So, this pattern, plus all other GoF patterns are discussed in my Design Patterns In Python book
https://www.amazon.com/dp/B08XLJ8Z2J : ASIN B08XLJ8Z2J

The Abstract Factory Pattern adds an abstraction layer over multiple other creational pattern implementations.

To begin with, in simple terms, think if it as a Factory that can return Factories. Although you will find examples of it also begin used to return Builder, Prototypes, Singletons or other design pattern implementations.







Tags:
Design Patterns In Python
B08XLJ8Z2J
abstract factory
abstract factory pattern
abstract factory design pattern