How do you create multiple inheritance in C#?
Answer Posted / arunkumar.v
C# doesnt support multiple inheritence ie.,it doesnt
inherit multiple base class.It generally creates confusion.
Instead you can use Interfaces.You are permitted to inherit
one base class and multiple interfaces.
Is This Answer Correct ? | 2 Yes | 1 No |
Post New Answer View All Answers
How to declares a two-dimensional array in C#?
Which constructor is called first in c#?
What is an interface class? Give one example of it
What is the use of parse in c#?
Can a struct inherit from another struct or class in c#?
What are extension methods and where can we use them?
How does bitwise xor work?
What is new method in c#?
How long can loop recorders stay in?
How would you describe encapsulation in c#?
What is the console on a mac?
How many bytes is an int c#?
What is the difference between returning iqueryable vs ienumerable?
When was c# created?
What is better C# or VB.NET?