ASP.NET 2.0 Question: Download ASP.NET 2.0 PDF

Explain What is an abstract class?

Tweet Share WhatsApp

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 PDF Read All 87 ASP.NET 2.0 Questions
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?