No. You can have just only one destructor for a class Fred. It is always called Fred:: ~Fred (). It never takes any type of parameters, and it never returns anything.
You can''t pass parameters to the destructor anyway, as you never explicitly call a destructor (well, almost never).