What is the scope of static variables..? | Sololearn: Learn to code for FREE!
Neuer Kurs! Jeder Programmierer sollte generative KI lernen!
Kostenlose Lektion ausprobieren
+ 6

What is the scope of static variables..?

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