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
Which is faster array or arraylist in c#?
Illustrate race condition?
Does c# support multiple inheritance (mi)?
What is threading in c# with example?
Which is better python or c#?
What is check/uncheck?
What does static mean in c sharp?
What is the purpose of a namespace?
Is collection a data structure?
What is namespace in oop?
If you donot specify an access modifier for a method, what is the default access modifier?
Explain the use of virtual, sealed, override, and abstract method?
What are the different types of classes in c#?
What is local function?
What is keywords in c#?