When should we use abtract class and Interface Class?Give
an Example
Answer Posted / pravin more
If U Want to add some modules in ur application in the
feature then u can use abstract class.
---Pravin More
| Is This Answer Correct ? | 3 Yes | 2 No |
Post New Answer View All Answers
What is custom attribute?
Why viewstate is used in asp.net?
If 200 is for all successful operation then why do we have 201 response codes?
What is the difference between response.redirect and server.transfer?
How to automatically get the latest version of all the asp.net solution items from source safe when opening the solution?
What is the main function of url routing system in asp.net mvc? : asp.net mvc
Define application state variable and session state variable?
How can we secure the data which is send from client side to server? Like the login id and paasword needs to be authenticated on the server but we cannot send it in plain text into the server.One more thing we are not using the SSL here.
What is Partial PostBack in ASP.NET?
How do we sort the data from a dataset?
What is the asp.net mvc folder conventions? : asp.net mvc
What are the steps involved to fill a dataset?
Explain About WebService
What is session authentication?
What is AutoEventWireup attribute for ?