.net allows which inheritence
Answers were Sorted based on User's Feedback
Answer / u.janki rao
Not Exactly .NET but the languages which supports .Net
Allows all(single/simple, heirarchical,multilevel)
inheritence excepts multiple inheritence.For multiple
inheritence interfaces can be implemented.
Is This Answer Correct ? | 7 Yes | 0 No |
Answer / kamlesh sharma
.net allow multilavel inheritance(not multiple inheritance)
bit we can implement multiple inheritance through interfaces
Is This Answer Correct ? | 4 Yes | 0 No |
Answer / ish
.net is not allowed multiple inheritence. it allow multiple
interfaces
Is This Answer Correct ? | 2 Yes | 1 No |
Answer / r. venkatesh
.net doesnt allow multiple inheritence and in c++ it allow
multiple inheritence..for this purpose in .net introduces
concept called interfaces..so in .net it uses interfaces
instead of multiple inheritence..
Is This Answer Correct ? | 1 Yes | 0 No |
Breifly explain about stack and heap memory Managemet?
What is SilverLight in ASP.NET ?
What are custom user controls in asp.net?
What is data reader in asp.net?
How you will improve web application performance?
Why should i prefer JSP over asp.net or any other web development language..??
What do you mean by serialize?
What is the best Macanism to clear the Cache in asp.net
Can any body provide me the sample web application in asp.net
How do you design a website with multilingual support in ASP.NET ?
What methods are fired during the page load?
how to update data set?