Multiple choice

Which of the following statements is not correct about a constructor?

  1. A constructor can be executed simultaneously with the creation of an object.

  2. A constructor which is used for one object cannot be used again unless a second object is created.

  3. A constructor does not return a value.

  4. A constructor cannot be overloaded.

  5. A constructor must have the same name as its class.

Reveal answer Fill a bubble to check yourself
D Correct answer
Explanation

Since the statement is true about constructors, it the wrong answer. Since the statement is not true about constructors, it  is the correct answer.