As I did with the Template Method Design Pattern I also tried to implement the "Decorator" Design Pattern in Oracle's PL/SQL language. English Deutsch/German The Book "Head First - Design Patterns" perfectly describes the Decorator pattern. So I wrote some Object Type to implement the Decorator. I'd like to have a DRINK class (Espresso or […]
↧