Take Up Code
67: Design Patterns: Decorator.
- Autor: Vários
- Narrador: Vários
- Editor: Podcast
- Duración: 0:10:12
- Mas informaciones
Informações:
Sinopsis
The decorator structural pattern allows you to add new behavior to object instances dynamically. That means an object can change its behavior at run time. The interesting thing is that your objects do not even know they have been changed.