What is shared inheritance
Answers were Sorted based on User's Feedback
Answer / 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 |
Answer / jawahar
inheritance means using the some of properties of
superclass in the subclass..Something like method and
functions and member functions.
Is This Answer Correct ? | 5 Yes | 5 No |
What do you know about Translate Accelerator?
What is the difference between ref and out parameters in c#?
Explain nullable types in c#?
What is the use of console readkey in c#?
What does get set mean in c#?
What is the difference between C# 3.5 and C# 4.0?
Why is main static in c#?
Can bool be null c#?
Why do we use virtual methods in c#?
What happens when thread sleep () method is called?
Can we inherit a private class in c#?
What are the desktop applications?