0
what is the destructor sign ???
8 odpowiedzi
+ 3
answer at 'more on class' in the destructor section ...
~
+ 1
~
before the the name of the constructor
0
~
0
~ (tilde)
0
tilde,~
0
tilde(~)
0
~ it's the sign.. Ex. ~ClassName() {}
0
~destructor()