![Modern C++:Efficient and Scalable Application Development](https://wfqqreader-1252317822.image.myqcloud.com/cover/96/36699096/b_36699096.jpg)
上QQ阅读APP看书,第一时间看更新
Declaring static members
You can declare a member of a class--a data member or a method--static. This is similar in some ways to how you use the static keyword on automatic variables and functions declared at file scope, but there are some important, and different, properties to this keyword when used on a class member.