How do you implement multiple inheritance in .NET?
Answer Posted / vijay rana
with the help of interface we can achieve multiple
inheritense in csharp;
| Is This Answer Correct ? | 25 Yes | 2 No |
Post New Answer View All Answers
What is a callback c#?
Is xml tags are case sensitive?
Why do you call it a process? What’s different between process and application in .net, not common computer usage, terminology?
What to implement on my class Finalize or IDisposable
Why are strings immutable in c#?
What is difference between method and function in c#?
What is the difference between system.string and system.text.stringbuilder classes?
How do I develop c# apps?
What is the use of generics in c#?
What is a collection class in c#?
Why do we use methods in c#?
Can abstract classes be final?
What is session state in asp net c# with example?
How do I simulate optional parameters to com calls?
How many types of inheritance are there in c#?