Friday, 15 April 2011

How are this and super used?

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. 

No comments:

Post a Comment