Question Detail

Default constructor has how many arguments

  • 1
  • 2
  • 3
  • 0
Similar Questions :

1. Can we overload constructors in C++

  • Yes
  • No

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

  • this
  • friend
  • static
  • none of above

3. Which of the following cannot be inherited from the base class

  • Constructor
  • Friend
  • Both A and B cannot be inherited
  • Both A and B can be inherited

4. Can #define accept parameters

  • Yes
  • No

5. C++ programs must contain

  • start()
  • system()
  • main()
  • program()
Read more from - C++ Programming Questions Answers - Chapter 1