Q. Which of the following is a valid destructor of the class name “Country” (Solved)
1. int ~country()
2. void country()
3. int ~country(country obj)
4. void ~country()
- b. void country()
1. int ~country()
2. void country()
3. int ~country(country obj)
4. void ~country()