All Questions
Tagged with multiple-inheritance modeling
1 question
4
votes
1
answer
12k
views
Adding base-class (inherited) functionality to classes that you don't control
I have a set of classes from a 3rd party library. These classes use an inheritance structure to share logic. I would like to add a layer of abstraction in the middle of their inheritance tree to add ...