What is the scope of static variables..? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 6

What is the scope of static variables..?

29th Jan 2018, 8:26 AM
FASALU RAHMAN KP
FASALU RAHMAN KP - avatar
2 Answers
29th Jan 2018, 8:35 AM
Vukan
Vukan - avatar
+ 3
static variables having application scope in the case of c#, they can be accessed from any classes/instances untill the applications ends or the variable get destroyed
29th Jan 2018, 8:37 AM
Sujith k sukumar
Sujith k sukumar - avatar