differences between class inheritance and interface?
Answer Posted / chandra prakash
The most important technical distinction between creating a derived class and implementing an interface is that a derived class can only inherit from one base class, but a class can implement any number of interfaces.
| Is This Answer Correct ? | 6 Yes | 2 No |
Post New Answer View All Answers
Mention the namespace that is used to include .net data provider for sql server in .net code?
What do you mean by serialize?
Why should i prefer JSP over asp.net or any other web development language..??
What is the basic purpose of the required field validator? How can you use a required field validator to check that the user changes the initial value of a text box? a listbox?
Why is global asax is used for?
i develop a web application and i gave security setting i.e autherization and athentication now it work properly on my local system , now question is ,is this security setting ie autherization and athentication which i gave in web.config will it be enough strong to secure my application on internet or i have to use some 3rd party tool or software to get security .if yes --how ? if no--what is the alternate?
i have 3+ exp in .net? i am going interview now but they asked me do you know any TOOL? which tool will i study please refer me?
How information about the user's locale can be accessed?
Where you store Connection string in "Web.Config" file in ASP.NET?
Why would anyone need to implement their own hashtable or linked list?
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 is true about application service provider?
What are the new features added from ASP to ASP.NET?
Can we use html in asp.net?
What are the three parts of an http response?