How are this() and super() used with constructors? - JAVA Interview Questions

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.


Click Here to See Answer .....
Did you like this article ?
Subscribe to my RSS feed and get more JAVA Question, and Guideline, Plus a lot more great advice to help your Software Career.

0 comments:

Related JAVA Questions Posts