Multiple choice

Which of the following access modifiers is used so that the method it is assigned to become a method of the class rather than an instance of the class?

  1. Static

  2. Private

  3. Public

  4. Array

  5. Assembly name

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

This access modifier is used so that the method it is assigned to become a method of the class rather than an instance of the class.