Welcome
Guest!
|
Register
|
Login
Home »
Computers & Internet »
Software »
Can I overload the destructor for my class?
Reply
Can I overload the destructor for my class?
(599 views)
0
by:
Jim Rey
Can I overload the destructor for my class?
Replies
0
Replied by:
New User
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.
Related Topics
How can I handle a destructor that fails?
Should I explicitly call a destructor on a local variable?
How can I print my receipts?
Popular Topics