Derrick Robinson's "Intermediate C++: Static Attributes"

Static attributes allow us to store one value for a variable that is consistent through all instances of a class. Read this article to see how this is implemented.