VB Dot Net Developer Question:

Download Job Interview Questions and Answers PDF

Explain INTERNAL keyword in .Net Framework?

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

Answer:

INTERNAL keyword is one of the access specifier which will be visible in a given assembly i.e. in a DLL file. This forms a single binary component and it is visible throughout the assembly.

Download VB .Net Developer Interview Questions And Answers PDF

Previous QuestionNext Question
Can you please explain the difference between Namespace and Assembly?Explain Option Strict?