Constructor declaration

Nasza ocena:

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

Pobierz ten dokument za darmo

Podgląd dokumentu
Constructor declaration - strona 1

Fragment notatki:

Constructor declaration  For the T class: T(args); or T::T(args); class point { double x, y; public: // … point(double, double); // no return value, even void! point(double); // overloadable point(); }; ... zobacz całą notatkę



Komentarze użytkowników (0)

Zaloguj się, aby dodać komentarz