What is the scope of static variables..? | Sololearn: Learn to code for FREE!
¡Nuevo curso! ¡Todo programador debería aprender IA Generativa!
Prueba una lección gratuita
+ 6

What is the scope of static variables..?

29th Jan 2018, 8:26 AM
FASALU RAHMAN KP
FASALU RAHMAN KP - avatar
2 Respuestas
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