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
What is difference between write and writeline?
What is datetime minvalue in c#?
What is variable and its classification?
How to declares a two-dimensional array in C#?
What is new method in c#?
How do I enforce const correctness in c#?
Does c# support templates?
How to update the gui from another thread in c#?
What is the difference between Object and class adapters?
What are the types of class in c#?
What is c sharp language?
Is static class thread safe in c#?
what is method overloading in c#?
What is an array class?
What does dbml stand for?