Answer Posted / kanan
There is no definitive answer to this question. It is a
matter of taste.
There is the classic diamond problem encountered in multiple
inheritance, in which class D inherits from both B and C,
which both inherit from A.
A
/ \
B C
\ /
D
So which copy of A does D get? The one from B, the one from
C? Both?
| Is This Answer Correct ? | 18 Yes | 8 No |
Post New Answer View All Answers
What is inner class in c#?
What are the collection types can be used in c#?
Define an array?
Can a class be protected in c#?
Why is static constructor called first?
What is a private method in c#?
How to exclude a property from xml serialization?
Define c# i/o classes?
What is the meaning of extention?
What is anonymous class in c#?
What is appdomain in c#?
What is difference between ienumerable and enumerable in c#?
How do I convert a string to an int in c#?
What is the difference between system.text.stringbuilder and system.string?
What is a type c#?