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 size of a decimal?
what is c# command?
What is difference between hashtable and dictionary in c#?
What is this keyword in C#?
Differentiate between the public and private ?
What's the difference between a method and a procedure?
How to force my .net app to run as administrator on windows 7?
Is string a data type in c#?
Contrast between an interface and abstract class?
If a child class instance is created, which class constructor is called first - base class or child class?
Explain what a diffgram, and a good use for one Define diffgram? How it be used?
Why do we need constructors?
What is the property of a class in c#?
Is c# int immutable?
Which is faster iqueryable or ienumerable?