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

What is an interface class?



Posted By: Avi Date: 28 August 2009 06:56:01 AM
 Answer:

Interfaces, like classes, define a set of properties, methods, and events. But unlike classes, interfaces do not provide implementation. Class which implement an interface must provide the implementations for all the methods, properties, and events defined in that interface.


Posted By: eTechPlanet


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

Loading
Enter the text as shown in the image rtBTiD
Related Questions
.Net Framework : What is Windows forms?

What is Windows forms?

Windows forms is the API that provides access to native MS Windows interface elements. It wrapps exi....
Category: .Net Framework Date: 10/13/2010 9:10:49 PM
.Net Framework : What is msbuild?

What is msbuild?

It is build system for Visual Studio.
Category: .Net Framework Date: 10/13/2010 9:00:48 PM
.Net Framework : Does the .NET framework support transactions?

Does the .NET framework support transactions?

Yes
Category: .Net Framework Date: 10/13/2010 6:33:49 PM
.Net Framework : What is garbage collection and how it works?

What is garbage collection and how it works?

Garbage collection manages the allocation and release of mememory for application. Each time the new....
Category: .Net Framework Date: 10/13/2010 6:23:48 PM
.Net Framework : Does the .NET framework supports 64 bit?

Does the .NET framework supports 64 bit?

Yes
Category: .Net Framework Date: 10/13/2010 5:31:49 PM