The default constructor

Nasza ocena:

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

Pobierz ten dokument za darmo

Podgląd dokumentu
The default constructor - strona 1

Fragment notatki:

The default constructor  If no constructors were declared, the compiler generates a default constructor  It is a constructor with no arguments, of an empty body, for the T class: T::T() { }  If we declare any constructor (even constructor with args) then compiler does not generate the default constructor ... zobacz całą notatkę



Komentarze użytkowników (0)

Zaloguj się, aby dodać komentarz