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?s the top .NET class that everything is derived from?

3 Answers  


What is meant by unicode characters?

0 Answers  


What do you know about WM_CHAR message?

0 Answers   C DAC,


what is the real use of interface in c#,other than that multiple inheritance is not possible

7 Answers  


What are escape sequences explain with example?

0 Answers  






How to transpose multi-dimensional array?

0 Answers   C DAC, CDAC,


What is the difference between “finalize” and “finally” methods in c#?

0 Answers  


What is private void in c#?

0 Answers  


What is the main purpose of xml?

0 Answers  


How To Maintain Transaction In C#?

1 Answers   Phoenix Technologies,


What is difference between string and stringbuffer in c#?

0 Answers  


Explain the Usage of web.config

0 Answers   Microsoft,


Categories