1.A destructor has the same name as the class in which it is present.
2.A destructor has a different name than the class in which it is present.
3.A destructor always returns an integer.
4.A destructor can be overloaded.
Answer:1