+ 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 Answers
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