Question Detail Which class has only one unique value for all the objects of class thisfriend staticnone of above Answer: Option C Similar Questions : 1. Which of the following cannot be inherited from the base class ConstructorFriendBoth A and B cannot be inheritedBoth A and B can be inherited Answer: Option C 2. How to define a destructor X~() {}X() {}~X() ~{}~X() {} Answer: Option D 3. Default constructor has how many arguments 1230 Answer: Option D 4. Dereference operator is also called as pointerReference operatorOffset operatorDeoffset operator Answer: Option C 5. Which operator is used for comparing two variables :===:== Answer: Option D Read more from - C++ Programming Questions Answers - Chapter 1