+ 7
Why need object initialization in static method
2 Respostas
+ 1
just being a static method does not mean the object is necessarily static, it just means any instance of that object will include that method and any function that method does affects all instances of that object
+ 5
thanks