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 use of console application in c#?
What is readline c#?
What is the difference between “finalize” and “finally” methods in c#?
How can you reference current thread of the method ?
If you define a user defined data type by using the struct keyword, is it a value type or reference type?
What's the difference between a method and a procedure?
Which one is trusted and which one is untrusted?
What is toint32 c#?
Is stringbuilder thread safe c#?
What is using keyword in C#?
What is the use of console readkey in c#?
Is c# 8 released?
Explain the difference between Metadata and Manifest
What is expression tree in c#?
Can a class be private in c#?