What is nested class?

 Posted by Poster on 11/13/2008 | Category: C# Interview questions | Views: 14129
Answer:

A Nested classes are classes within classes.

OR

A nested class is any class whose declaration occurs within the body of another class or interface.

For more details see http://www.codeproject.com/KB/cs/nested_csclasses.aspx


Asked In: Many Interviews | Alert Moderator 

Comments or Responses

Login to post response