in reply to Re^3: Skipping the middle man & the SUPER gotcha
in thread Skipping the middle man & the SUPER gotcha

Late binding means that variables aren't typed—values are.

Perl, ruby, Smalltalk, and python are all examples of late-binding OO languages. C++ and Java are not.

-- Randal L. Schwartz, Perl hacker
Be sure to read my standard disclaimer if this is a reply.

  • Comment on Re^4: Skipping the middle man & the SUPER gotcha