10 Things Every Java Programmer Should Know About Ruby | [ Prev | Home | Next ] |
Java Programmers tend to think of obj.method() as looking up a member function in a table and calling it.
Ruby programmers tend to think of obj.method as sending a message to an object.
What’s the Difference?
The difference is subtle, but important!
O'REILLY® OSCON 2005 | Copyright 2005 by Jim Weirich (All Rights Reserved) |