mirror of
https://github.com/rjNemo/design-patterns
synced 2026-06-06 10:36:39 +00:00
5 lines
190 B
Python
5 lines
190 B
Python
"""
|
|
Lets you split a large class or a set of closely related classes into two
|
|
separate hierarchies—abstraction and implementation—which can be developed
|
|
independently of each other.
|
|
"""
|