CS 3304: Comparative Languages
Object-Oriented Programming
[
Course Documents
] : [
Object-Oriented Programming
]
Previous
Contents
Next
Keyword Index
Eiffel Dynamic Binding
Nearly all message binding is dynamic
An overriding method must have parameters that are assignment compatible with those of the overridden method
All overriding features must be defined in a redefine clause
Access to overridden features is possible by putting their names in a rename clause