How do you implement multiple inheritance in .NET?
Answer Posted / cnu
Multiple inheritance means having more than 2 classes at
base level and only one class is derived from them.
In two cases only we can implement inheritance.
1.If we have maximum one class and minimum one interface at
base level.(its not possible in java).
2.If we have two or more interfaces at base level.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
Is visual c# free?
How many bytes is an int c#?
What is code verification?
What's the difference between the debug class and trace class? Documentation looks the same.
What is assembly and dll in c#?
Is a c# interface the same as a c++ abstract class?
What is marshalling and what are different kinds of marshalling?
Why c# is called c sharp?
What is multiple interface in c#?
What is the difference between null and string empty in c#?
Can structs in c# have destructors?
What is reference types in c#?
Is equal in c#?
Can we declare class as protected?
What are delegates?