2 lines
240 B
Plaintext
2 lines
240 B
Plaintext
While it is _possible_ to access ``++static++`` members from a class instance, it's bad form, and considered by most to be misleading because it implies to the readers of your code that there's an instance of the member per class instance.
|