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