Ood : static

前端之家收集整理的这篇文章主要介绍了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.

猜你在找的设计模式相关文章