ASP.NET 2.0 Question:
Download Questions PDF

Explain What is an abstract class?

ASP.NET 2.0 Interview Question
ASP.NET 2.0 Interview Question

Answer:

An abstract class is one in which methods are defined but an object of this class cannot be instanstiated.this type of a class can only be derived but cannot be instantiated.

Download ASP.NET 2.0 Interview Questions And Answers PDF

Previous QuestionNext Question
What method do you use to explicitly kill a user s session?Can you give an example of when it would be appropriate to use a web service as opposed to a non-serviced .NET component?