Multiple choice

Which of the following member modifier in C# indicates that a method or accessor does not contain an implementation?

  1. const

  2. abstract

  3. event

  4. extern

  5. override

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

This member modifier in C# indicates that a method or accessor does not contain an implementation.