.Net Framework Interview Questions and Answers
<< Previous Question Next Question >>
 Question: 2097 Page Views: 

What is an abstract class?



Posted By: Avi Date: 28 August 2009 06:52:20 AM
 Answer:

A class that cannot be instantiated. An abstract class is a class that must be inherited and have the methods overridden. An abstract class is essentially a blueprint for a class without any implementation.


Posted By: eTechPlanet


Date: 28 August 2009 06:52:20 AM
Post a better Answer if you have
 
(Will show your Gravatar icon)  
  Country flag

Loading
Enter the text as shown in the image HWzOz1
Related Questions
.Net Framework : What is XAML and where it’s used?

What is XAML and where it’s used?

XAML is declarative markup language. XAML simplifies creating user interface for .NET framework appl....
Category: .Net Framework Date: 10/13/2010 3:46:49 PM
.Net Framework : What is DLR?

What is DLR?

DLR is dynamic language runtime. It’s environment that adds a set of services for dynamic languages ....
Category: .Net Framework Date: 10/13/2010 2:01:48 PM
.Net Framework : What is WCF?

What is WCF?

WCF – Windows Communication Foundation is part of .NET framework that provides unified programming m....
Category: .Net Framework Date: 10/13/2010 1:52:48 PM
.Net Framework : What is WF?

What is WF?

Windows Workflow Foundation provides a programming model, in-process workflow engine and rehostable ....
Category: .Net Framework Date: 10/13/2010 1:52:48 PM
.Net Framework : What is serialization?

What is serialization?

Serialization is process of converting an object into other form (like xml tree or sequence of bits)....
Category: .Net Framework Date: 10/13/2010 11:25:49 AM