Why multiple Inheritence is not used in C#?
Answer Posted / a b
Sorry just a correction in 5 above, please read the last
line as 'Instead, an implementing class needs to provide
code for each and every method defined in an interface.'
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
How can I process command-line arguments?
What is the benefit of interface in c#?
What is the default value of decimal in c#?
Are attributes inherited c#?
What are methods c#?
What does void do in c#?
Can you mark static constructor with access modifiers?
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?
Why do we use lambda expression in c#?
What is console based application?
Explain how many types of exception handlers are there in .net?
What is the difference between delegates and superdelegates?
Is it possible to have different access modifiers on the get/set methods of a property?
What is pure abstract class in c#?
How does bubble sort work?