Object Binding
Binding is the linking of the software interface between two objects.
? Static binding: The interface is determined at compile or build time.
Straightforward
Allows type checking
? Dynamic binding or late binding: The link is established at run time.
Flexible and extensible
Complex
Previous slide
Next slide
Back to first slide
View graphic version