Quantcast
Viewing all articles
Browse latest Browse all 3

Decorator Design Pattern in Oracle PL/SQL: Using Object Type with Constructor

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 […]

Viewing all articles
Browse latest Browse all 3

Trending Articles