What is an Interface and What is an Abstract Class?
Answer Posted / meraj khan
Abstract class:
Abstract class act as base class, not instantiable, no
implementaiotn in base class but allow implementaiotn in
derived class with overide method, method must be abstract.
specially used in inheritance.
Interface:
Interface class dont have constructor, destructor,
always public modifier set to true
no implementation
cant used multiple inheritance instead of this we use
multiple interface
| Is This Answer Correct ? | 6 Yes | 1 No |
Post New Answer View All Answers
What is the difference between CLICK and MOUSE DOWN Event ?
How many types of triggers are there in update panel?
What are session cookies?
What is inproc mode in session?
Describe the sequence of action takes place on the server when ASP.NET application starts first time?
What is difference between cookies and cache?
Do you know caching feature?
Explain what the contents of cookie?
Where are session variables stored?
What is the difference between adding reference in solution explorer and adding references by using ?
How to reduce the width of textbox in editcommandcolumn of datagrid?
What is global.asax file used for?
What is the application pool?
What is a web api endpoint?
benefits of migration from asp to asp.net hi frnds, i have to give presentation to a client about how useful would be migrating their project from asp to asp.net .plz give me some points which i should incorporate in my ppt thanks