Which of the following hold true for Friend (internal member)?

Options
- It can be accessed only from within the type.
- It can be accessed only from members of the same assembly.
- It can be accessed by any client in the application.


CORRECT ANSWER : It can be accessed only from members of the same assembly.

Discussion Board
Bad question

What a silly question... and it's wrong.

Tomasz 01-21-2017 04:15 PM

Incorrect Term

This is a VB term not a CSharp term. In CSharp you would use an attribute [assembly: InternalsVisibleTo("AssemblyB")]

DJ 12-21-2014 01:29 PM

Write your comments


Enter the code shown above:

(Note: If you cannot read the numbers in the above image, reload the page to generate a new one.)


Advertisement