Close
jGuru Forums
Posted By: gaber_hussien Posted On: Saturday, April 2, 2005 04:06 PM
show me the different ways to use the keyword this WHEN CREATING methods eg. class A{ int x; int y; int meth(object o){ this.x=3; this.y=5; return this; } }