Computer Science, asked by kafeel14, 1 year ago

distinguish between dynamic binding and message passing

Answers

Answered by harsh00859
1
Dynamic binding is a method of linking a procedure call with its code. This binding gets done only when the code is executed. ... Message passingis a method of exchanging messagesor developing communicationbetween objects. Objects send and receive messages betweenthemselves just like humans do.
please mark me as brainliest
Answered by timothymathew
0

Dynamic binding is a method of linking a procedure call with its code. ... Because of this, dynamic binding is also called late binding. Message passing is a method of exchanging messages or developing communication between objects. Objects send and receive messages between themselves just like humans do


Similar questions