Thursday, February 12, 2009

How are this and super used

Question :How are this and super used?
Answer :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: