what is the scope of


What is the Scope of public/private/friend/protected/protected friend?

Scope of public/private/friend/protected/protected friend

Visual Basic/Visual C#

Public/public all members in all classes and projects.

Private/private Members of the current class only.

Friend/internal All members in the current project.

Protected/protected all members in the current class and in classes derived from this member's class. Can be used only in member definitions, not for class or module definitions.

Protected Friend/protected internal All members in the current project and all members in classes derived from this member's class. Can be used only in member definitions, not for class or module definitions.

 

Request for Solution File

Ask an Expert for Answer!!
DOT NET Programming: what is the scope of
Reference No:- TGS0310369

Expected delivery within 24 Hours