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
In which situation can you not use a viewstate?
What is Web Server Control Templates.?
What is a SESSION and APPLICATION object?
What are strong names?
Can the unique key be null?
what are the security certificates used in webservices?
By default, Web API sends HTTP response with which of the following status code for all uncaught exception?
What are the main requirements for caching?
Does asp.net still recognize the global.asa file?
What is the difference between page-level caching and fragment caching?
Explain cashing in asp.net.
What are validator? Name the validation controls in asp.net? How do you disable them? Will the asp.net validators run in server side or client side? How do you do client-side validation in .net? How to disable validator control by client side javascript?
What is data binding in asp net?
To display data in the combo box, prior to setting the Data Source, what kind of property on a Combo Box do you set with a column name?
What is clickid?