Vidyalelo
C# Programming · Q20

Functions and Methods in C Sharp

Programming · C# Programming · question 20

Q20

In C#, which keyword is used to define a method that belongs to a class and can be called without creating an instance of the class?

A.
static
Answer
B.
dynamic
C.
instance
D.
method

Answer: Option A

Solution

Answer: Option A
No explanation is given for this question Let's Discuss on Board