VB Dot Net Developer Question:

Explain nested classes?

VB .Net Developer Interview Question
VB .Net Developer Interview Question

Answer:

A class that can be declared within the scope of another class. These classes are considered within the scope of the enclosed class and are available within that class or scope.


Previous QuestionNext Question
Explain hashtable?Explain Enumerator?