Episode 8 - Decorator Pattern
Programming - En podcast af Minko Gechev
Kategorier:
Today you'll learn how at runtime, you can enhance the behavior or existing objects using the decorator pattern. In this episode, we'll discuss the advantages of decorators over inheritance and look at two examples from real-life - implementing a network communication protocol and enriching user interface components.