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 are the problem with .NET generics?

0 Answers   DELL,


When compiler adds a default constructor to a class?

4 Answers   TCS,


What?s the difference between <c> and <code> XML documentation tag?

1 Answers  


What is yield keyword?

0 Answers  


what is the lifespan of the items stored in viewstate ?

4 Answers  


What is a property in c#?

0 Answers  


What is c# console application?

0 Answers  


What namespaces are necessary to create a localized application?

2 Answers  


What is a generic class?

0 Answers  


What are Sealed Classes in C#?

27 Answers   DataPoint, Wipro,


When you inherit a protected class-level variable, who is it available to?

2 Answers  


Define xslt.

0 Answers  


Categories