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
Write a program to find the angle between the hours and minutes in a clock
Is list a collection c#?
How to exclude a property from xml serialization?
What is getenumerator?
What is hierarchical inheritance in c#?
What are the different types of literals in c#?
What is a sealed class?
What is the difference between namespace and class?
Is c# an array?
How is the syntax written to inherit from a class in C#?Give an example ?
Does main have to be static c#?
Why delegate is used in c#?
What is array class in c#?
How do you inherit a class into other class in c#?
Explain the process of Serialization?