Question:
what is difference between dynamic binding and message passing ?
2007-08-11 01:29:15 UTC
what is difference between dynamic binding and message passing ?
Three answers:
oldguy
2007-08-11 16:24:03 UTC
If Remi's answer was not what you were looking for you might have been asking a localization question. In that case, one program might pass a message (fixed in some language), while another might pass a 'message key' which could be bound to one of several different translations of the desired message at run time, depending on the user's Locale.

If this is what you are asking, get more information at: http://java.sun.com/docs/books/tutorial/i18n/
♥Remi♥
2007-08-11 08:41:25 UTC
Dynamic binding and message passing are two different features of OOPS.



Dynamic binding is binding a call to a particular method at run-time. It is also referred to as late binding.



Message passing is a form of communication where objects (instances) exchange messages.
sadoo_chowhan143
2007-08-11 11:07:11 UTC
Your question in not clear because, There are two types of bindings. Dynamic(run time) and static(compile time) binding, Another topic is Pass by value and Pass by arguments. We can'f differentiate dynamic binding and message passing.


This content was originally posted on Y! Answers, a Q&A website that shut down in 2021.
Loading...