Multiple choice

By using which of the following access modifiers, the variables will retain their values, even after the procedure in which these variables are declared?

  1. Public

  2. Private

  3. Attrlist

  4. Name

  5. Static

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

By using this access modifier, the variables will retain their values, even after the procedure in which these variables are declared.