this is used to refer to the current object instance.
super is used to refer to the variables and methods of the superclass of the current object instance.
this is used to refer to the current object instance.
super is used to refer to the variables and methods of the superclass of the current object instance.