Difference between dynamic binding and message passing
Answers
Answered by
0
Answer:
Dynamic binding is the method of linking a procedure call to the relevant code that will be executed only at runtime while message passing is the method of exchanging message between objects in Object Oriented Programming. Thus, this is the main difference between dynamic binding and message passing
Answered by
0
Explanation is given below
Explanation:
- Dynamic binding is a way of linking a procedure call with the relevant code at run time but message passing is the method to exchange messages between objects.
- Dynamic binding allows us to execute different codes by using same object at run time.
- Message passing allows to develop communication between objects.
Learn more:
Explain the Object Oriented concepts and need for Object Oriented modeling?
https://brainly.in/question/5802215
Similar questions