Saturday, 3 December 2016

Explanation about Java Object (Current Object)

Current Object:-
        A method is being invoked by which object that is known as current object.
        Keyword "this" refers the value of current object.
note:

        Conflict between local variable and instance variable have same name.

No comments:

Post a Comment

Featured post

Development Of JAVA Program