VB Dot Net Developer Question:

Explain nested classes?

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.

Read All 56 VB .Net Developer Questions
Previous QuestionNext Question
Explain hashtable?Explain Enumerator?