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

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

 

This Question is not yet answered!

 
 

Related Answered Questions

 

Related Open Questions