CS 3304: Comparative Languages
Object-Oriented Programming
[
Course Documents
] : [
Object-Oriented Programming
]
Previous
Contents
Next
Keyword Index
Dynamic and Static Binding
Should
all
binding of messages to methods be dynamic?
If none are, you lose the advantages of dynamic binding
If all are, it is inefficient