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

Can you have more than one namespace in c#?

0 Answers  


Name the two classes are required for implementing a windows service?

0 Answers  


Why we need get set property in c#?

0 Answers  


How do I create a multilanguage, single-file assembly?

0 Answers  


Explain how to add controls dynamically to the form using c#.net.

0 Answers  






Is array thread safe c#?

0 Answers  


difference between keyword internal and protected?

5 Answers   HCL,


What are Namespaces?

0 Answers  


What is a private method in c#?

0 Answers  


What is difference between float and integer?

0 Answers  


What does private void mean in c#?

0 Answers  


Explain the role of Garbage collector and its generations?

0 Answers   MCN Solutions,


Categories