| Last posts in this thread (newest post is on top): | |
|
Re: Can I overload the destructor for my class?
No. You can have only one destructor for a class Fred. It's always called Fred::~Fred(). It never takes any parameters, and it never returns anything. |
|
|
Can I overload the destructor for my class?
Can I overload the destructor for my class? |
|