download Mastguru Android App

Question Detail

We can do constructor overloading in C++ ?

  • True
  • False
Similar Questions :

1. C++ is a ?

  • Procedural programming language
  • Structural programming language
  • Low level language
  • Object oriented programming language

2. Classes in c++ are ?

  • Fundamental data type
  • Primitive data type
  • Desired data type
  • Not defined

3. Can we define array of classes in c++ ?

  • Yes
  • No

4. Which of the following keywords are used to control access to a class member ?

  • protected
  • switch
  • goto
  • for

5. Constructors has return type void ?

  • True
  • False
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++