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