A constructor must always return an int.
Answer: False. In fact, a constructor cannot return anything. It has no return value, not even void. When a constructor is written, no return value should be listed.
Quiz, Objective, Multiple Choice Question (MCQ), Test Bank Solution and Short Answers.