this() and Super()

this ( ) is used to refer to the instance variables of the class.
super ( ) is used to invoke the super class’s constructor/ instance variable/methods

This entry was posted in Basic. Bookmark the permalink.

Leave a Reply

Your email address will not be published. Required fields are marked *