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. Dereference operator is also called as pointerReference operatorOffset operatorDeoffset operator Answer: Option C 2. What is the value of sizeof(char) 1248 Answer: Option A 3. How we mark the end of c++ statement ;:>><< Answer: Option A 4. Meaning of PDB Physical Database FileProgram Database FileProgram Direct FileNone of above Answer: Option B 5. Which among following has invalid syntax ? #include #include file#include "file"None of above Answer: Option B Read more from - C++ Programming Questions Answers - Chapter 1