What is shared inheritance

Answer Posted / 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



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What do multicast delegates mean?

613


What is concrete class in c#?

552


What is difference between tostring() vs convert.tostring() vs (string) cast

643


What is the resgen.exe tool used for?

609


How can it prevents DLL Hell assembly versioning in .NET?

623






Difference between Value type & reference types ? and give the example in .Net?

612


What are actions in c#?

558


Why do we need abstract class?

562


What's the difference between an integer and int?

623


How to force my .net app to run as administrator on windows 7?

591


how to implement a web service in .net

565


What are reflections in c#?

576


Is string nullable in c#?

547


What does dbml mean?

578


What are the types of assembly available

603