Multiple choice

By using which of the following access modifiers, the variables are accessible from within the program that contains their declaration as well as from anywhere else in the same assembly?

  1. Public

  2. Private

  3. Name

  4. Attrlist

  5. Friend

Reveal answer Fill a bubble to check yourself
E Correct answer
Explanation

By using this access modifier, variables are accessible from within the program that contains their declaration as well as from anywhere else in the same assembly.