Multiple choice Which of the following statements is not true? Constructor cannot be declared as final. Constructor returns the value. Constructor is just like a method invoked at the time of object creation. Constructor cannot be inherited. Constructor cannot be overloaded. Reveal answer Fill a bubble to check yourself E Correct answer Explanation Constructor is just a method and it can be overloaded.