Question Detail Which of the following type of class allows only one object of it to be created Virtual classAbstract classSingleton classFriend class Answer: Option C Similar Questions : 1. Default constructor has how many arguments 1230 Answer: Option D 2. What is abstract class Whose objects cant be createdWhose objects can be createdDepends on classNone of above Answer: Option A 3. Dereference operator is also called as pointerReference operatorOffset operatorDeoffset operator Answer: Option C 4. Can we overload constructors in C++ YesNo Answer: Option A 5. 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 Read more from - C++ Programming Questions Answers - Chapter 1