how do u achieve multilevel inheritance in .NET ?
Answer Posted / venkat
.Net Frame work does not support Mltiple inheritance but it
supports Multiple Interface inheritance.Because one class
can derive from only one base class but from multile
interfaces
| Is This Answer Correct ? | 7 Yes | 5 No |
Post New Answer View All Answers
What is msil, and why should my developers need an appreciation of it if at all?
Explain How to improve the cache performance? : Dot net architecture
Xmlserializer is throwing a generic "there was an error reflecting myclass" error. How do I find out what the problem is?
what is sessions and cookies take one example simple way to understand
What are the types of memory management? : Dot net architecture
Explain dma? : Dot net architecture
Explain cache memory? : Dot net architecture
Differences between VS 2005, 2008 and 2010 ?
What is .net mobile input validation. : Microsoft dot net mobile
What is the purpose of Accordian in jquery? Where it can be used?
What are the main Tools to develop .Net Application?
Whats new features in Visual Studio 2012?
deference between display and visibility property of CSS
How does an appdomain get created?
Can I create my own context attributes?