1VOTES VOTE Decorator Design Pattern in Delphi. Multiple Decorations Yanniel In my previous post I introduced the decorator design pattern to you. I used a fairly simple example (a silly example if you wish) in order to give you a flavour of the pattern. I… … Read more 13 years ago in Computers, Delphi, Delphi Programming, Design Patterns, Object Pascal Programming, Object-Oriented Programming, programming, Structural patterns 0
1VOTES VOTE Decorator Design Pattern in Delphi. Single decoration Yanniel Decorator (also referred as Wrapper) is classified by GoF as a structural pattern. Its purpose is to:“Attach additional responsibilities to an object dynamically. Decorators provide a flexible alternative to subclassing for extending functionality.”&nb… … Read more 13 years ago in Computers, Delphi, Delphi Programming, Design Patterns, Object Pascal Programming, Object-Oriented Programming, programming, Structural patterns 0