Q. Which of the following is a valid destructor of the class name “Country”? (A) void ~Country() (B) int ~Country(Country obj) (C) void Country() (D) int ~Country() ποΈ Show Answer π¬ Discuss π Share β‘Menu β Correct Answer: (C) void Country()