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

What is nested type?



Posted By: Avi Date: 14 October 2010 11:59:49 PM
 Answer:

Nested type is type located in another class.


Posted By: avibtech


Date: 14 October 2010 11:59:49 PM
Post a better Answer if you have
 
(Will show your Gravatar icon)  
  Country flag

Loading
Enter the text as shown in the image DLZLNu
Related Questions
.Net Framework : Does C# support multiple-inheritance?

Does C# support multiple-inheritance?

No
Category: .Net Framework Date: 8/28/2009 6:45:21 AM
.Net Framework : What is reflection in .Net?

What is reflection in .Net?

Discovering class information at runtime.
Category: .Net Framework Date: 8/25/2009 9:46:41 PM
.Net Framework : For what purpose Boxing is used in .Net?

For what purpose Boxing is used in .Net?

Boxing is used to convert value type to reference type
Category: .Net Framework Date: 8/25/2009 9:39:47 PM
.Net Framework : What is Global Assembly Cache (GAC)?

What is Global Assembly Cache (GAC)?

Global assembly cache contains shared assemblies that are globally accessible to all .net applicatio....
Category: .Net Framework Date: 8/22/2009 7:39:06 AM
.Net Framework : Contrast the use of an abstract base class against an interface?

Contrast the use of an abstract base class against an interface?

Abstract class can provides implementation for some methods and properties while Interfaces can prov....
Category: .Net Framework Date: 8/22/2009 7:37:40 AM