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 is a function c#?
Is c# good for games?
How many static constructors are allowed in a class?
What is marshalling in c#?
can you create a function in c# which can accept varying number of arguments
What is an interface class? Give one example of it
What floating point types is supported in C#?
Can var be null c#?
How do I format in c#?
Is it possible to have different access modifiers on the get/set methods of a property?
What does out mean in c#?
Why to use “finally” block in c#?
How many types of collections are there in c#?
What is wpf application in c#?
Why use “using” in c#?