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
How do you sort a list in c#?
Is c++ or c# better?
What are the string functions in c#?
Why do we use generics in c#?
What is use of console?
What is the purpose of a constructor in c#?
How many classes are there in classification?
Can you put two constructor with the same structure in a class?
Explain About stateless and state full web service
What are escape sequences explain with example?
Is c# easier than c++?
What is byte c#?
What is linq c#?
Is it possible to have a static indexer in c#?
Why generics are used in c#?