Question Detail

If no constructor is there, then compiler assumes the class to have a default constructor with no arguments

  • True
  • False
Similar Questions :

1. Which class has only one unique value for all the objects of class

  • this
  • friend
  • static
  • none of above

2. If no constructor is there, then compiler assumes the class to have a default constructor with no arguments

  • True
  • False

3. C++ programs must contain

  • start()
  • system()
  • main()
  • program()

4. What is the value of sizeof(char)

  • 1
  • 2
  • 4
  • 8

5. what is a class in c++

  • Class in a collection of objects
  • Class has noting to do with object
  • It just have declaration of few variables
  • None of above
Read more from - C++ Programming Questions Answers - Chapter 1