Question Detail How to define a destructor X~() {}X() {}~X() ~{}~X() {} Answer: Option D Similar Questions : 1. What is polymorphism Ability to take more than one formAbility to destroy destructorAbility to create constructorNone of above Answer: Option A 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 the meaning of base class in C++ Another class got inherit from this classIt inherit other classIt has a pointer variableIt is the first class declared Answer: Option A 4. If value has not type, then the pointer pointing to this value will be known as Empty pointerNull pointerVoid pointerNone of above Answer: Option C 5. Which is boolean operator for logical and &||&|&& Answer: Option D Read more from - C++ Programming Questions Answers - Chapter 1