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

Is it not possible to store a boolean value as a variable?

0 Answers  


Are c# destructors the same as c++ destructors?

0 Answers  


What is the resgen.exe tool used for?

0 Answers  


What is executereader in c#?

0 Answers  


how to print invert pyramid in c#

0 Answers   ForSight,






To compute the monthly, half-yearly and annual sales made by all the salesmen of a company.

1 Answers   Philips,


What floating point types is supported in C#?

0 Answers  


Explain the types of Polymorphism.

0 Answers   Accenture,


What is the difference between a private assembly and a shared assembly?

0 Answers  


How does return work in c#?

0 Answers  


What is console programming language?

0 Answers  


What?s an interface class?

5 Answers   Mind Tree,


Categories