Join Examsbook
681 0

Q: How are this() and super() used with constructors?

  • Show AnswerHide Answer
  • Workspace

Answer :
Explanation :

Constructors use this to refer to another constructor in the same class with a different parameter list. Constructors use super to invoke the superclass's constructor. If a constructor uses super, it must use it in the first line; otherwise, the compiler will complain.

Are you sure

  Report Error

Please Enter Message
Error Reported Successfully