.net allows which inheritence
Answer Posted / 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 |
Post New Answer View All Answers
Why and where this web.config file is used?
What is mvc in asp.net interview question? : Asp.Net MVC
Will the asp.net validators run in server side or client side? How do you do client-side validation in .net?
What are the advantages of using Master Pages?
What should you do is you want to remove an existing component but would like to make some funtionalities?
What is server side session?
How to communicate via Remote proxy with Client? a)MarshalByRef b)Marshal by Value or Any thing else?
How to automatically get the latest version of all the asp.net solution items from source safe when opening the solution?
If iam developing an application that must accomodate multiple security levels though secure login and my asp.net web appplication is spanned across three web-servers (using round-robbin load balancing) what would be the best approach to maintain login-in state for the users?
Explain State management in asp.net
What are demand-paging and pre-paging?
Which protocol is used in a web api?
How to prevent client side validation from the ASP.NET validation controls?
How do I force the dispose method to be called automatically, as clients can forget to call dispose method?
How to store checkbox value in database in asp.net mvc? : Asp.Net MVC