Vidyalelo
C# Programming · Q16

Functions and Methods in C Sharp

Programming · C# Programming · question 16

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
Answer
C.
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