download Mastguru Android App

Question Detail

Every class has atleast one construtor

  • True
  • False
Similar Questions :

1. Default constructor has how many arguments

  • 1
  • 2
  • 3
  • 0

2. How to define a destructor

  • X~() {}
  • X() {}~
  • X() ~{}
  • ~X() {}

3. What is abstract class

  • Whose objects cant be created
  • Whose objects can be created
  • Depends on class
  • None of above

4. Which is not C++ storage class

  • auto
  • register
  • static
  • iostream

5. Dereference operator is also called as

  • pointer
  • Reference operator
  • Offset operator
  • Deoffset operator
Read more from - C++ Programming Questions Answers - Chapter 1
Post a comment

  • Buff 11 years ago

    I had no idea how to appoarch this before-now I'm locked and loaded.