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 do you know about Translate Accelerator?

0 Answers   C DAC,


What is the difference between ref and out parameters in c#?

0 Answers  


Explain nullable types in c#?

0 Answers  


What is the use of console readkey in c#?

0 Answers  


What does get set mean in c#?

0 Answers  


What is the difference between C# 3.5 and C# 4.0?

0 Answers  


Why is main static in c#?

0 Answers  


Can bool be null c#?

0 Answers  


Why do we use virtual methods in c#?

0 Answers  


What happens when thread sleep () method is called?

0 Answers  


Can we inherit a private class in c#?

0 Answers  


What are the desktop applications?

0 Answers  


Categories