+ 1
C# static
So I’m farther in C#, and I’ve come across the static keyword. I’ve seen it in examples before, but I never knew what it did. I tried to do research, and I got that it can be reused with a different value over and over again. Is this correct? If it’s not, what is it?
2 Réponses
0
Static is one of those words you come across but cannot understand until you have fine a bit more programming. Learned about classes and objects.
If you want to learn about it now.
https://code.sololearn.com/cre3xJMpvFCY/?ref=app
https://code.sololearn.com/c4csrTK8A3eV/?ref=app
0
oh, ok