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. What is actual syntax of destructor in c++ ?

  • !Classname( )
  • @Classname( )
  • $Classname( )
  • ~Classname( )

3. Size of a char is ?

  • 1
  • 2
  • 3
  • 4

4. Destructors are called ?

  • not defined
  • in any order
  • in the reverse order of constructor calls
  • in the same order of constructor calls

5. << operator is ?

  • stream extraction operator
  • stream insertion operator
  • left shift operator
  • right shift operator
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++