| 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!
| Dayton-Cincinnati .NET Code Camp 2006 | Copyright 2005, 2006 by Jim Weirich (All Rights Reserved) |