nkiesel
10/20/2017, 10:10 PMclass C : A by AImpl() , B by BImpl()
but that would not handle renaming of properties. And also falls apart if AImpl() and BImpl() require complex parameters (e.g. Bimpl
needs value from AImpl
), or if AImpl() and BImpl() each provide half the required properties from the base interface