Multiple choice Which of the following statements is not correct about a constructor? A constructor can be executed simultaneously with the creation of an object. A constructor which is used for one object cannot be used again unless a second object is created. A constructor does not return a value. A constructor cannot be overloaded. 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.