Java-Instance Method Call

Posted by Gogi on Stack Overflow See other posts from Stack Overflow or by Gogi
Published on 2010-03-21T06:19:22Z Indexed on 2010/03/21 6:21 UTC
Read the original article Hit count: 366

Filed under:

When I call as instance method of a class as follows : object_name.function_name(); how the compiler knows that the "function_name" has to be called for that "object_name" behind the scenes ?

© Stack Overflow or respective owner

Related posts about java