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
Enlist some of the properties of a thread class?
What's your approach to fetch static data in your windows form application?
Is c# queue thread safe?
What does mean before a string in c#?
What is the difference between the debug class and trace class? Documentation looks the same.
What is the use of return in c#?
What is dictionary collection in c#?
Why main is static in c#?
i want o/p 011242110 in c# code.
Explain partial class in c#?
What is the purpose of escape sequence?
Why do you need boxing in c#?
What are classes in c#?
What is call back method?
Is there regular expression (regex) support available to c# developers?