Reply to the post : Can I overload the destructor for my class?
Format:
Normal Mode
Enhanced Mode
 
 
  Close Current Tag
Close All Open Tags
Post Body *
Option Follow (Email notification on new reply)
For new user, sign up to manage your post*
For existing user, please login*
Forget password? Click here!
Email:    Password: 

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?