What is the purpose of the 'extern' keyword in C#?
Anonymous (not verified)
Subject
Correct answer position
1
Answer option 1
To declare a method that is implemented externally.
Answer option 2
To declare a method as static.
Answer option 3
To declare a method as virtual.
English