Static methods

Nasza ocena:

3
Wyświetleń: 455
Komentarze: 0
Notatek.pl

Pobierz ten dokument za darmo

Podgląd dokumentu
Static methods - strona 1 Static methods - strona 2

Fragment notatki:

Static methods  may be invoked even if there are no objects (using the scope operator)  may access static class variables and static methods only  there is no ”this” in static methods class ST { static int s; int i; public: static int ps; ST(int i=0) :i(i) { s++; } static void count_us() { cout ... zobacz całą notatkę



Komentarze użytkowników (0)

Zaloguj się, aby dodać komentarz