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.
Click http://web.archive.org/web/20160820025733/http://intcpp.tech-academy.co.uk/static-attributes/ link to open resource.