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
What do multicast delegates mean?
What is concrete class in c#?
What is difference between tostring() vs convert.tostring() vs (string) cast
What is the resgen.exe tool used for?
How can it prevents DLL Hell assembly versioning in .NET?
Difference between Value type & reference types ? and give the example in .Net?
What are actions in c#?
Why do we need abstract class?
What's the difference between an integer and int?
How to force my .net app to run as administrator on windows 7?
how to implement a web service in .net
What are reflections in c#?
Is string nullable in c#?
What does dbml mean?
What are the types of assembly available