Why multiple Inheritence is not used in C#?
Answer Posted / prashant b
because of the name collision of the class
| Is This Answer Correct ? | 4 Yes | 1 No |
Post New Answer View All Answers
What is int32?
What are the differences between a class and a struct?
Why do we need delegates in c#?
What is the real use of interface in c#?
What is array and its types in c#?
Tell us something about static linking and dynamic linking?
List some of the basic string operation?
What are c# collections?
What are callback methods in c#?
What are the differences between value types and reference types?
Why do I get an error (cs1006) when trying to declare a method without specifying a return type?
What is concrete class in c# with example?
Is arraylist type safe in c#?
What is an expression in c#?
Difference between value and reference type.