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 is the difference between as and is operators in c#?
Is the following code legal?
Why do we need nullable types in c#?
What is call back method?
What are the Types of JIT and what is econo-JIT
Can a class have more than 1 destructor?
Define MSIL, and how does it works? Why our developers need an appreciation of it if at all?
How to transpose multi-dimensional array?
What does exclamation mark mean in access query?
Is c# an array?
How do I convert a string to an int in c#?
What are scriptable objects?
What is .cs file in c#?
What is file extension of webservices?
What are the different types of assembly?