.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 a web api?
What is true about application service provider?
Why would anyone need to implement their own hashtable or linked list?
Describe the .net base class library.
Give an example of what might be best suited to place in the application_start and session_start subroutines?
What is cache in asp net?
What are directives in asp.net?
What is the state management in asp.net?
How can we update records in gridview?Is there any appropriate code for it?
If you want to bind the columns manually within the asp:datagrid tags what kind of tags you have to add.
What is content place holder?
What is a server cookie?
What is a proxy in web service?
How to count the number of objects present in a web page? How to count the number of radio buttons in a web page?
What do you mean by query string?