download Mastguru Android App

Question Detail

We can do constructor overloading in C++ ?

  • True
  • False
Similar Questions :

1. Which operators can not be overloaded ?

  • Binary operator
  • Ternary operator
  • Unary operator
  • All can be overloaded

2. Stacks are based on ?

  • FIFO
  • LIFO
  • FILO
  • All of above

3. && means ?

  • Logical OR
  • Bitwise OR
  • Logical AND
  • Bitwise AND

4. Constructors has return type void ?

  • True
  • False

5. The function used to define the task assigned to an operator is ?

  • Virtual function
  • Static function
  • Operator function
  • Friend function
Read more from - C++ Programming Questions Answers - Set 2
Post a comment

  • Aditi Mantri 8 years ago

    the question is "Can we overload constructors in C++?" and its answer should be true. Even when your explanation says that the answer shown is False. Please make it correct

  • Chowmya Rajakumar 8 years ago

    Right ans is A.True. We can overload constructor in C++