i know java doesn't support multiple inheritance. I have 3 concrete base classes say A,B and C. I want to reuse all the utility methods in A,B & C in a single class D.I can not use composition as classes A,B and C are not to be played with.Please give me a way out.
Thanks and Regards, Saurabh