Keyword this o Can be used only inside method o When call a method within the same class,don't need to use this,compiler do it for you. ●Vhen to use it? Omethod parameter or local variable in a method has the same name as one of the fields of the class O Used in the return statement when want to return the reference to the current object. ●Example..Keyword this l Can be used only inside method l When call a method within the same class, don’t need to use this, compiler do it for you. l When to use it? ¡method parameter or local variable in a method has the same name as one of the fields of the class ¡Used in the return statement when want to return the reference to the current object. l Example …