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

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

Meature
Views: 578 | Community Opinion: 1

Tags..  Java Interview  Core Java

Bookmark this page..



Ask a New Question Go to Home

Community Opinion/Answers
 
Bemer Said..

this() is used to invoke a constructor of the same class. super() is used to invoke a superclass constructor.






What do you think? Add your opinion/answer
*Name
*your opinion/answer: