download Mastguru Android App

Question Detail

We can do constructor overloading in C++ ?

  • True
  • False
Similar Questions :

1. When a structure refers to itself, it is known as ?

  • encapsulated structure
  • nested structure
  • recursive structure
  • self-referential structure

2. Inheritance is referred to as

  • “is a” relationship
  • "have a" relationship
  • both of above
  • none of above

3. The members of a class are ?

b) by default are private
c) are made private by declaring as private
d) none of the above]

  • have no visibility by default
  • public by default
  • private by default
  • protected by default

4. int *ptr[5];

  • a pointer of 5 int elements
  • an array of 5 int pointers
  • an array of 5 elements returning an int value
  • none of above

5. What is true about Constructor ?

  • Its name is plural of class name.
  • Its name has * symbol before it.
  • Its name is same as of class name.
  • Its name has # symbol before it.
Read more from - C++ Programming Questions Answers - Set 2
Post a comment

  • Aditi Mantri 7 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++