1.Constructor has the same name as that of the class.
2.Destructor has the same name as that of the class with a tilde symbol at the beginning.
3.Both A and B.
4. Destructor has the same name as the first member function of the class.
Answer:3