Multiple choice

Which of the following statements is not true?

  1. Constructor cannot be declared as final.

  2. Constructor returns the value.

  3. Constructor is just like a method invoked at the time of object creation.

  4. Constructor cannot be inherited.

  5. 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.