How do you create multiple inheritance in C#?
Answer Posted / shafi syed
C# does'nt support multiple inheritance. In that situation
we use interface
| Is This Answer Correct ? | 108 Yes | 8 No |
Post New Answer View All Answers
What does xpath return?
Why are strings in c# immutable?
Can we inherit class that contains only one private constructor?
What is difference between the "throw" and "throw ex" in .net?
What is Reflection in .NET? Namespace? How will you load an assembly which is not referenced by current assembly?
What does out mean c#?
What is arraylist class in c#?
Write a syntax for writing a event delegate.
What is transparent caching with aop ?
What is xml c#?
what is c# command?
What are the two kinds of properties in c#.
What is int32 maxvalue?
What are the advantages of using partial classes?
Is there hashmap in c#?