Q:

Can “this” be used within a static method?

0

Can “this” be used within a static method?

All Answers

need an explanation for this answer? contact us directly to get an explanation for this answer

We can’t use “this” in a static method because we can only use static variables/methods in a static method.

need an explanation for this answer? contact us directly to get an explanation for this answer

total answers (1)

Top 100 C# interview questions and answers 2022

This question belongs to these collections

Similar questions


need a help?


find thousands of online teachers now
Explain is an interface class?... >>
<< What do you mean by boxing and unboxing in C#?...