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
What is hierarchical inheritance in c#?
Can dictionary have duplicate keys c#?
Is static thread safe?
What is the difference between static class and singleton class in c#?
Name the method of servicebase class?
What is sealed class in c#?
What problem does Delegate Solve?
What is the difference between values and reference types?
Can we inherit private class in c#?
What is #region in c#?
What is an xsd file?
What is unmannaged code and will CLR handle this kind of code or not .
What is poco c#?
Why do we need static class in c#?
How can I use .NET components from COM programs?