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?s the top .NET class that everything is derived from?
What is meant by unicode characters?
What do you know about WM_CHAR message?
what is the real use of interface in c#,other than that multiple inheritance is not possible
What are escape sequences explain with example?
How to transpose multi-dimensional array?
What is the difference between “finalize” and “finally” methods in c#?
What is private void in c#?
What is the main purpose of xml?
How To Maintain Transaction In C#?
1 Answers Phoenix Technologies,
What is difference between string and stringbuffer in c#?
Explain the Usage of web.config