How do you implement multiple inheritance in .NET?
Answer Posted / mohamed ali
using of interface we do the multiple inheritance in .net
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
How can I use .NET components from COM programs?
What is anonymous methods in c#?
What is encapsulation in csharp?
Constructor to an arbitrary base constructor?
Is cli same as the clr?
What is expression tree with example?
What are sessions in c#?
Is hashset ordered c#?
if a method is marked as protected internal who can access it?
What is the different types of private assembly and shared assembly?
In howmany ways can you deploy an assembly?
How can encapsulation be achieved?
What is the difference between readkey and readline in c#?
What is a property c#?
What is difference between private, protected, and public in C#?