+ 1
Destructors can be overloaded
T/F
5 ответов
+ 8
~ swim ~ Dinchya know that destructors can receive parameters that will do things like:
~Foo()
~Foo(bool justKidding)
~Foo(int destructivePower)
~Foo(string eulogy)
~Foo(int destructivePower, string eulogy)
😜
+ 5
Have no idea what that wink is supposed to mean David Carroll . My nose is clear of boogers. Apologies to the OP for the off topic conversation.
+ 4
David Carroll you missed
~Foo(double doubleDestructivePower)
and
~Foo(char charThisObject)
+ 2
Sonic Indeed... Thank goodness for community contributions. 😉
0
No