Decorator pattern - Generic and interface implementation(blog.vuscode.com)
submitted by
malovicn(1590) 4 years, 7 months ago
There is no problem with default GoF decorator implementation, as long as inheritance relationship between the Decorator and Car is acceptable. But if we would like to inherit Decorator from some class different then the decorated base one or if you want to decorate just its part , you would have to do some variations in the decorator GoF implementation with utilizing interfaces and generics.
|category: Patterns
|Views: 142
tags:
Patterns another
Everyones tags:
Your Tags: