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
Why asp.net is better than php?
What is .net framework and what are the main components of it?
What is the importance of Global.asax in ASP.NET?
Where is asp.net view state stored?
What are the navigation ways between pages available in ASP.NET?
Why do we need a web application session?
When you use Ajax controls in the ASP.NET application?
Can I tap into other windows livetm services?
When should I use server transfer and response redirect?
What is the usie of activex control in .net?
What New Features comes with ASP.NET Web API 2.0?
What is the Intermittent crashing of application in production?
i develop a web application and i gave security setting i.e autherization and athentication now it work properly on my local system , now question is ,is this security setting ie autherization and athentication which i gave in web.config will it be enough strong to secure my application on internet or i have to use some 3rd party tool or software to get security .if yes --how ? if no--what is the alternate?
Any one can tell how we store tiff format images in database and retrive from the database(need for tiff format only)
Explain program to call the js function when the change is being made in the dropdown list made in asp.net mvc? : asp.net mvc