Answer Posted / kiruthika.d
The mechanism of deriving a new class from an existing class
is called inheritance. Shared inheritance introduces a new
opportunity of ambiguity and additional implementation
complexity. Assume D inherits from B and C, both of which
inherits from A. Here A in shared. Single copy made from
both derived classes is called shared inheritance.
| Is This Answer Correct ? | 8 Yes | 3 No |
Post New Answer View All Answers
What is tochararray in c#?
What is Garbage Collection in .Net?
What is the difference between list and arraylist c#?
What does this keyword mean in c#?
What are winforms in c#?
Can bool be null c#?
How many bytes is an int c#?
Why data types are important?
Why reflection is used in c#?
What are the principles of delegation?
Is a structure a class?
what is object-oriented programming (oop) language?
What does console readline do in c#?
What is null character in string?
Is post back in c#?