Ood : static

 

 

Ood : static 

https://www.geeksforgeeks.org/static-keyword-java/

 

When to use static variables and methods?

Use the static variable for the property that is common to all objects. For example, in class Student, all students shares the same college name. Use static methods for changing static variables.

猜你喜欢

转载自www.cnblogs.com/tobeabetterpig/p/9934273.html
OOD
今日推荐