manas

manas

  • NA
  • 7
  • 0

Multipul Inheritance in C#

May 5 2010 3:07 AM

Hi,
I am little confused , How to solve the following senario.
Let's say I have a class
ClassA{
X();
Y();
}
And classB{
Z();
}
 
Now i want to create a classC which have Method X(),Y() and Z();
But the limitation is i cant change anything of classA and classB
Can any one help me ?
Regrads
Manas

Answers (7)