When should we use abtract class and Interface Class?Give
an Example
Answer Posted / eswar
Features are same but implementation are different then we
go for Interface
Features are same and some of the implementations are same
then we go for Abstract.
| Is This Answer Correct ? | 14 Yes | 10 No |
Post New Answer View All Answers
What are the event handlers that can be included in the Global.asax file?
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 the difference between asp.net and mvc?
How to do parallel database export in remote SQL Server in ESSL time track. It is working for local server but not working for remote SQL Server
Explain transparent caching with aop?
What is a web farm?
We are using Jscriopt validations and at clint site javascript is not running that time validation would work? if yes then how it would behave?
What is parse in asp.net?
What is the concept of postback in asp.net?
Explain the difference between an exe and a dll?
What is side-by-side execution? Can two applications, one using a private assembly and other using a shared assembly, be stated as side-by-side executables?
How information about the user's locale can be accessed?
What describes a query?
What is asp net_sessionid?
How will you load dynamic assembly?