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
What is default boolean value in c#?
Differentiate between method overriding from method overloading with its functionality?
What is namespace c#?
Why do canadians say zed?
Value Type and Reference Type Data type in C#?
How many constructors can a class have c#?
What type of data type conversion happens when the compiler encounters the following code?
What is transparent caching with aop ?
Which technology is best for desktop application?
List the 5 different access modifiers in c#?
What is a must for multitasking
Explain the mechanism of VB.NET/C# achieve polymorphism?
What is a dictionary in c#?
What is delegates in c#?
What do you mean by object pooling?