Question:

Difference between Dynamic binding and message passing in java?

by  |  earlier

0 LIKES UnLike

 Tags:

   Report

3 ANSWERS


  1. in form of tables


  2. 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.

  3. what is difference between dynamic binding and message passing

Question Stats

Latest activity: earlier.
This question has 3 answers.

BECOME A GUIDE

Share your knowledge and help people by answering questions.