Lecture 4 - Slide 25 : 40 |
Static class members are related to the class as such
Static class members in C++ are similiar to static variables and methods in Java and C#
Initialization of non-local static objects is problematic in general (in particular initialization order).
Therefore we explore an alternative.