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 are the types of parameters in c#?
What to implement on my class Finalize or IDisposable
Which control cannot be placed in mdi?
What are primitive data types in c#?
What is xaml in c#?
1. Describe page life cycle?
What are the steps to create an assembly and add it to the gac?
What is serialization of data?
Is an interface a type c#?
in object oriented programming, how would you describe encapsulation?
What is view model in c#?
Is comparator a functional interface?
What is the difference between method parameters and method arguments. Give an example?
What is mean by c#?
Is friend a constructor?