Why multiple Inheritence is not used in C#?
Answer Posted / rajat
No, you cannot
| Is This Answer Correct ? | 2 Yes | 5 No |
Post New Answer View All Answers
Explain the difference between a struct and a class?
What are circular references? How garbage collection deals with circular references.
Differentiate between dataset and datareader?
Is stringbuilder thread safe c#?
How to find out that the code is written as managed or un-managed code?
What is Assembly. and Describe type of assembly. why most developer happy with private assembly.
what is difference between destruct or and garbage collection ?
Explain the role of the datareader class in ado.net connections?
You are creating a custom usercontrol, some of the newly created properties are shown in the properties window. How you can hide a new property named theme from the properties window?
How the versioning applies to Assemblies or can you explain version numbers?
What is the execution entry point for a c# console application?
What is a property c#?
What is the difference between the debug class and trace class? Documentation looks the same.
What is type safe in c#?
Is string nullable c#?