[Solved] Can I have a non-static data member in a static class?
[ad_1] All members are static. Of course they are, because if you can’t instantiate an object from that class, why would there be any non-static members? [ad_2] solved Can I have a non-static data member in a static class?