Timeline for What is the difference between proxy class and delegation in Python?
Current License: CC BY-SA 3.0
2 events
| when toggle format | what | by | license | comment | |
|---|---|---|---|---|---|
| Dec 9, 2019 at 10:27 | comment | added | Johannes Overmann | Nope. A proxy typically adds its own functionality (for example caching answers or ensuring initialization) while a delegate usually delegates an action to something else (without adding functionality). | |
| Oct 25, 2015 at 11:36 | history | answered | jwenting | CC BY-SA 3.0 |