Why multiple Inheritence is not used in C#?
Answer Posted / ashwi ni chavan
A
/ \
B C
\ /
D
here D get the 2 copy's of A first copy get from B then
second copy get from C .
In class D name collision problem occure means two method's
or data member has same name occure in D class.thats why get
confusion of that's method's this promblem is also called as
Diamond problem........this problem solved using the
interface concept .
Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Explain briefly the difference between value type and reference type?
What are verbatim strings in c#?
What are object pooling and connection pooling and difference between them?
What is a hash table in c#?
Why do we use constructors in c#?
Explain copy constructor?
Explain about CTS?
What is an array class?
Explain the clr triggers?
What are strongly typed objects?
Why do we use reflection in c#?
What is different about switch statements in c#?
Helo , Help Me , Help Me About : C# Windows Application - Network How To Manage IP Client's Accessiblity To The Internet Share concise Substitute , Minor ISA Server
How can I develop an application that automatically updates itself from the web?
Why interface is required?