download Mastguru Android App

Question Detail

Default constructor has how many arguments

  • 1
  • 2
  • 3
  • 0
Similar Questions :

1. 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

2. How we define our name for constants

  • #constant
  • #define
  • #define_constant
  • #constant_define

3. Every class has atleast one construtor

  • True
  • False

4. What is polymorphism

  • Ability to take more than one form
  • Ability to destroy destructor
  • Ability to create constructor
  • None of above

5. \r is used for

  • carriage return
  • new line
  • end of the line
  • vertical tab
Read more from - C++ Programming Questions Answers - Chapter 1
Post a comment