VB Dot Net Developer Question:

Explain nested classes?

Tweet Share WhatsApp

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.

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