Why multiple Inheritence is not used in C#?
Answer Posted / a b
Sorry just a correction in 5 above, please read the last
line as 'Instead, an implementing class needs to provide
code for each and every method defined in an interface.'
Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
Give an example to show for hiding base class methods?
Can we inherit a class with private constructor in c#?
Which class comes after the SortedList class?
Can I get the name of a type at runtime?
Where is the keyword void used?
What is xml document how do you open it?
Why delegates are type safe?
How many bytes is an int?
In a single .NET DLL how many classes it contains?
What is extension method in c# and how to use them?
What to implement on my class Finalize or IDisposable
Difference between type constructor and instance constructor? What is static constructor, when it will be fired? And what is its use?
Explain types of comment in c# with examples
What is difference between ienumerable and iqueryable in c#?
Tell me the difference between call by value and call by reference.