Question Detail How to define a destructor X~() {}X() {}~X() ~{}~X() {} Answer: Option D Similar Questions : 1. Which class has only one unique value for all the objects of class thisfriend staticnone of above Answer: Option C 2. what is a class in c++ Class in a collection of objectsClass has noting to do with objectIt just have declaration of few variablesNone of above Answer: Option A 3. What is abstract class Whose objects cant be createdWhose objects can be createdDepends on classNone of above Answer: Option A 4. Which arithmetic operation can be done in pointer MultiplicationDivisionAdditionNone of above Answer: Option C 5. expression x.y represents as member x of object ymember y of object xmember y of object pointed by xall of above Answer: Option B Read more from - C++ Programming Questions Answers - Chapter 1