Question Detail

Which of the following type of class allows only one object of it to be created

  • Virtual class
  • Abstract class
  • Singleton class
  • Friend class
Similar Questions :

1. Dereference operator is also called as

  • pointer
  • Reference operator
  • Offset operator
  • Deoffset operator

2. What is the value of sizeof(char)

  • 1
  • 2
  • 4
  • 8

3. How we mark the end of c++ statement

  • ;
  • :
  • >>
  • <<

4. Meaning of PDB

  • Physical Database File
  • Program Database File
  • Program Direct File
  • None of above

5. Which among following has invalid syntax ?

  • #include
  • #include file
  • #include "file"
  • None of above
Read more from - C++ Programming Questions Answers - Chapter 1