Answer the question
In order to leave comments, you need to log in
Multiple inheritance of classes from one class in C#?
I watched a lesson where class inheritance was explained.
class A
{
}
class B : A
{
}
class C : B
{
}
class A
{
}
class B : A
{
}
class C : A
{
}
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question