How do you implement multiple inheritance in .NET?
Answer Posted / vijay sharma
We can use interfaces to achieve multiple inheritance
in .NET
| Is This Answer Correct ? | 49 Yes | 2 No |
Post New Answer View All Answers
Why generics are used?
Why is it efficient to use System.string under System.Text.StringBuilder ?
What are properties in c#. Explain with an example?
What is 8 bit signed integer?
List the difference between interface and abstract class?
What is xml serialization in c#?
Explain the process of inheriting a class into another class?
What is the difference between list and ilist in c#?
What is the default value of singleordefault?
What is unmannaged code and will CLR handle this kind of code or not .
Define an abstract class?
What is interface inheritance?
Can we call server-side code (c# or vb.net code) from javascript?
What is view state c#?
What is func delegate in c#?