+ 2
Static
mean
3 Respostas
+ 1
Munna Shaik
Learn more about the "static" keyword here,
https://googleweblight.com/i?u=https://stackoverflow.com/questions/413898/what-does-the-static-keyword-do-in-a-class/413904&hl=en-NG
+ 1
static means its a class attribute or method not usable by objects of the class but only by calling the class name followed by the dot member or method name. if you are looking for other uses of static i recommend reading the article Ya'iko posted
+ 1