Saved Bookmarks
| 1. |
Explain briefly dynamic binding and message passing. |
|
Answer» Binding refers to the linking of a procedure call to the code to be executed in response to the call. 1. Dynamic binding: 2. Message passing:
|
|