Answer Posted / ajay kumar
No, C# does not support multiple inheritance.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Describe the ways of cleaning up objects in c#.
Why is it not a good idea to use empty destructors?
What is the use of tryparse in c#?
What is global namespace in c#?
What is parallel programming in c#?
Why do we Need of static class in c#?
What is a value type in c#?
Explain streamreader/streamwriter class?
Distinguish between a class and struct?
Can a private virtual method can be overridden?
What is the difference between int.parse and int.tryparse methods?
What are the differences between system.string and system.text.stringbuilder classes?
Is array thread safe c#?
What is an array class?
What is lazy loading c#?