Q16
What is the purpose of the static keyword when applied to a method in C#?
A.
To make the method constant
B.
To make the method accessible without creating an instance
AnswerC.
To make the method abstract
D.
None of the above
Answer: Option B
Solution
Answer: Option B
No explanation is given for this question Let's Discuss on Board