.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
What is application variable?
what is publisher?
What is route in web api?
Should I delete cookies?
What is view state management in asp net?
How tooltip is set through code-behind in ASP.NET?
How to you can limit Access to Web API to Specific HTTP Verb?
What are the versions of garbage collection?
Why do we use asp.net?
Define static constructor?
What is mvc in asp.net tutorial? : Asp.Net MVC
How do I debug an asp.net application that was not written with visual studio.net and that does not use code-behind?
Explain about ASP.NET?
I am trying to implement sorting facility from client side code in GridView Control. So how can I fill up an Array inside client side code (using JavaScript), i want to assign my DataSet object declared and filled up on Server side(in code behind) to the array (on client side)
Is it possible for me to change my aspx file extension to some other name?