What is shared inheritance

Answers were Sorted based on User's Feedback



What is shared inheritance..

Answer / 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

What is shared inheritance..

Answer / jawahar

inheritance means using the some of properties of
superclass in the subclass..Something like method and
functions and member functions.

Is This Answer Correct ?    5 Yes 5 No

What is shared inheritance..

Answer / vasu

it is mulitiple times using same class

Is This Answer Correct ?    5 Yes 6 No

Post New Answer

More C Sharp Interview Questions

What is the difference between the debug class and trace class? Documentation looks the same.

0 Answers  


Can a abstract class have a constructor?

0 Answers  


What does return do in for loop?

0 Answers  


How can you sort the elements of the array in descending order?

2 Answers  


What is multidimensional array in c#?

0 Answers  






What is a partial method?

0 Answers  


Explain the difference between const and static read-only?

0 Answers  


Why is it a bad idea to throw your own exceptions?

4 Answers  


main concept of c sharp

3 Answers  


What is the use of command builder?

0 Answers  


How to make sure custom class supports deterministic finalization?

1 Answers   IBM,


What is the use of return in c#?

0 Answers  


Categories