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 meant by enumerable in c#?
What's c# ?
Name the method of servicebase class?
What is the difference between “finalize” and “finally” methods in c#?
Is goto statement supported in c#?
What is a singleton unity?
Can we override interface method?
What are jagged arrays used for?
Can I define a type that is an alias of another type (like typedef in c++)?
Can we inherit a class with private constructor in c#?
what is the meaning of Object lifetime in OOPS
Explain different properties of object oriented systems.
What are the steps to create an assembly and add it to the gac?
What is double c#?
How do you sort a list in c#?