Hi,
I am facing a problem when overriding a function derived from two
different baseclasses. To be clear, i am having the derived class Z,
derived from X & Y.
Both in X & Y there is a function, say func1(). I want to override
this function in my class Z. The function is having different return
types in the baseclasses. I want the function with the one in X.
How can i declare it in my derived class so that i can have it
overridden from the class X.
Thanks in Advance
Varun