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 Tea) with just […]
Read more from " Decorator Design Pattern in Oracle PL/SQL: Using Object Type with Constructor "





comment