Answer Posted / shrikant narayanrao khode
Reason :
Every class inherit ToString() method.
class A ---> ToString()
class B ---> ToString()
-----------------------------
class C :A,B
Toatl ToString() method will be ----> 2
It is going to raise ambiguity problem.
Thats why Multiple inheretance is not possibe.
| Is This Answer Correct ? | 5 Yes | 0 No |
Post New Answer View All Answers
Can you put two constructor with the same structure in a class?
Differentiate between object pooling and connection pooling in c#?
What is the difference between interface and inheritance in c#?
What is parallel foreach in c#?
State the top.NET class that everything is derived from?
Is a c# interface the same as a c++ abstract class?
What is a dictionary in c#?
What are the drawbacks of extending an interface as opposed to extending a class?
What is a nullreferenceexception and how do I fix it?
Is goto statement supported in c#?
What is razor view in c#?
What do you mean by shared assembly?
What is the benefit of delegate in c#?
What is use of abstract class in c#?
List some of the basic string operation?