+ 5
Which is the destructor sumbol?
I had heard this question few times, but I don't know.please help me out
4 ответов
+ 2
Destructor sumbol is ~, so if u need use destructor use ~name
+ 5
~ this is the destructor symbol....you will learn more about this in more on classes in this c++ tutorial....
+ 4
~
+ 2
the destructor symbol like eg:
the destructor for class integer can be defined as :
~integer() {}