Answer Posted / neerajtyagi
No, there is no direct way to support multiple inheritance
in C# like C++.
But you can acheive multiple inheritance in C# using
interface.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What do you mean by serialization in .NET?
What is difference between internal and protected internal in c#?
What is difference between field and property in c#?
Can abstract class have parameterized constructor?
Why do we need indexers in c#?
Can you declare a class or a struct as constant?
What is generic and non generic collections in c#?
Can abstract class be instantiated c#?
What does console readline do in c#?
How do you convert byte array to hexadecimal string, and vice versa?
What is a data set in c#?
What is the difference between delegates and events in c#?
Is int an object in c#?
In C#, explain the difference between overloading and overriding.
What is .cshtml file?