Vladimir

47%
Flag icon
This is what is called “late binding,” which Alan Kay—of Smalltalk fame—considers a key feature of object-oriented programming: in any call of the form x.method(), the exact method to be called must be determined at runtime, based on the class of the receiver x.
Fluent Python: Clear, Concise, and Effective Programming
Rate this book
Clear rating
Open Preview