+ 3
To declare a varable or method as static, what does it mean ?
2 Réponses
+ 2
That variable or method belong to the class as a whole which means that you will not need to create object of class before accessing a static method
+ 1
@Karuma is wrong. Bro he is not talking of 'final', he is talking about 'static'