Primeira página Anterior Continuar Última página Sumário Gráfica
C++: Class definition
Static member
- member of a class that is shared by all objects of the class
- static attribute member
- same value viewed by all objects
- static method member
- applied to the class, not to objects