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 does dbml stand for?

0 Answers  


What is the difference between dispose() and finalize() methods in c#?

0 Answers  


What is the data provider name to connect to access database?

0 Answers  


Explain the types of errors in c#?

0 Answers  


What is c# commonly used for?

0 Answers  






Define constructors

0 Answers  


What is the difference between values and reference types?

0 Answers   Alcatel-Lucent,


What is difference between events and delegates?

0 Answers  


Why do we need constructors?

0 Answers  


What is a hash table in c#?

0 Answers  


What is the default value of singleordefault?

0 Answers  


If you define a user defined data type by using the struct keyword, is it a value type or reference type?

0 Answers  


Categories