Error!
Success!

Decorator pattern - Generic and interface implementation

0
kicks

Decorator pattern - Generic and interface implementation  (Unpublished)

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.


Kicked By:
Drop Kicked By: