| » Details |
|---|
|
| » Comment |
|
Agree with Stephan, I would like to make it extension of your base class an option, and rather use a more decoupled design. You could offer a static factory class, or the delegate pattern suggested by Stephan (or a combination). Otherwise, the code looks clean and factorized. |