Topic: object-oriented procedures
Topic: parameter passing by message
Quotation Skeleton
Most object-oriented systems are based on single dispatching. … method that is invoked by the message. … one implication is that a binary expression such … [It may require duplication of code, e.g., for mixed integer and floating point arithmetic.]
Google-1Google-2
Copyright clearance needed for quotation.
Additional Titles
Quote: single dispatching does not match binary operations; e.g., possible code duplication for mixed integer and floating point arithmetic