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 string class in c#?
How many bytes is an int in c#?
What is meant by desktop application?
What is serialization in .net?
Explanation on Generic?
Is datetime immutable c#?
What does void mean unity?
What is an escape sequence?
What is Custom attribute? How to create? If I'm having custom attribute in an assembly, how to say that name in the code?
What is thread.sleep()?
Is there hashmap in c#?
How many static constructors are allowed in a class?
What is the execution entry point for a c# console application?
What is Global Assembly Cache (GAC) and what is the purpose of it? (How to make an assembly to public? Steps) How more than one version of an assembly can keep in same place?
What is a void c#?