mirror of
https://github.com/rjNemo/design-patterns
synced 2026-06-06 18:46:41 +00:00
4 lines
141 B
Python
4 lines
141 B
Python
"""
|
|
Provides an interface for creating objects in a superclass, but allows
|
|
subclasses to alter the type of objects that will be created.
|
|
"""
|