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 are the problem with .NET generics?
When compiler adds a default constructor to a class?
What?s the difference between <c> and <code> XML documentation tag?
What is yield keyword?
what is the lifespan of the items stored in viewstate ?
What is a property in c#?
What is c# console application?
What namespaces are necessary to create a localized application?
What is a generic class?
What are Sealed Classes in C#?
When you inherit a protected class-level variable, who is it available to?
Define xslt.