How do you implement multiple inheritance in .NET?
Answer Posted / kamal
When we use the Multiple inheritance we use more than one
class. Lets one condition class A and class B are base
classes and class c is is multiple inherting it.And where
class c is inheriting a function .It may be possible that
this function with same name and same signature can present
in both class A and Class B . That time how the compiler
will know that which function it should take whether from
class A or class B.So Multiple inheritance show's an error.
| Is This Answer Correct ? | 7 Yes | 3 No |
Post New Answer View All Answers
Where do we use serialization in c#?
What is an interface class in c#?
What is dynamic object in c#?
What is the difference between ienumerable and iqueryable?
What is the difference between abstraction and encapsulation in c#?
what is method overloading in c#?
What is property c#?
What is tochararray in c#?
My switch statement works differently! Why?
In C#, explain the difference between overloading and overriding.
i want the csharp questions&answeres
How do I create a delegate/multicastdelegate?
What are satellite assemblies?
What is use of list in c#?
What are the 3 different types of arrays?