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 are delegate methods?
What is the use of table aliases?
How many aware interfaces are there?
How to declares a two-dimensional array in C#?
What is the use of console application in c#?
What is difference between a function and a method?
Which is faster iqueryable or ienumerable?
What is .edmx file?
What are collections in c#?
what is generics? can u explain 5 to 6 examples on generics that covers class,method,structure,list,delegates?
What is the difference between abstract class and interface in c#?
explain the nature of the assembly work?
Can we inherit a private class in c#?
How can we set class to be inherited, but prevent the method from being over-ridden?
Explain the difference between user control and custom control. Also, explain their use.