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
If we remove web.config or machine.config from the application then, is this application will works?
Explain automatic memory management in .net.
Explain the use of errorprovider control in .net?
What is http response header?
What is a SESSION and APPLICATION object?
What do you understand by aggregate dependency?
What threading model used in asp and asp.net?
Explain the code Access Security (CAS) in .net Framework?
What is difference between Lambda Expression and LINQ in ASP.NET?
Where is session cookies stored?
How would ASP and ASP.NET applications run at the same time on the same server?
What is the typical session identifier?
What are the two Layouts supported by a Web form in ASP.NET?
Where is the view state data stored?
What are the Types of authentications in IIS