What is an Interface and What is an Abstract Class?
Answer Posted / lalit
An abstract class is a parent class that allows inheritance
but can never be instantiated
Abstract classes are the classes with no implementation of
methods or concerete implementation of methods
An Interface can inherit several interfaces.
| Is This Answer Correct ? | 2 Yes | 3 No |
Post New Answer View All Answers
What is ispostback property?
Explain the page lifecycle of an asp.net mvc? : asp.net mvc
if i want to give an alert message like "try after sometime" to a web page which is being seen by other person.if a web page is not seen by anyone then it should display otherwise it show a display a message stating that other person is viewing so try after some time........how can i implement this.
Explain asp.net page life cycle?
how to implement some securty aspect in our application i.e 1.cookie poisioning. 2.data encryption. 3.forcefull browsing 4.sql/code injection 5.securing web app by using web services ........my question is how to implement these thing in our application is this done by hard coding or by help of some tool
Explain the use of errorprovider control in .net?
What are the best practices to follow to secure connection strings in an ASP.NET web application?
In which event of the page viewstate is available?
What kind of data can be stored in viewstate?
Where viewstate value is stored in asp.net?
What is a web server? What are the load limits in it?
What is difference between view and partial view?
What’s the difference between asp.net web forms and asp.net mvc?
What is authorization in asp.net?
Differentiate between namespace and assembly.