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
What is the resgen.exe tool used for?
How to rotate an Image in C#?
Contrast between an interface and abstract class?
What is boxing and unboxing in c#?
What is object array in c#?
Can you explicitly call a destructor?
What is a delegate? How can it works?
Can a struct inherit from an interface in c#?
What is a property in c#?
What are the generation of Garbage Collection in C# .NET ?
What is getenumerator?
What are immutable types in c#?
What are the 2 broad classifications of data types available in c#?
What is executereader in c#?
How do I get deterministic finalization in c#?