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

Q

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

✍: Guest

A

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

2013-06-13, 1857👍, 0💬