0
What is the meaning?
what does static means?
1 Antwort
+ 1
It's an object-oriented copcept. Static type datas, methods will only be created once. You need to figure out what is run-time and compile-time. Static is a compile-time feature of OOP.
what does static means?