Saturday, October 28, 2017

Message Passing

Message Passing:
o      Objects can communicate with each others by passing message same as people passing message with each other.
o      Objects can send or receive message or information.
o      Message passing involves name of object, name of function (message) and information to be send.
o      For example, student.mark(name). Here student is object, mark is message, name is information.

11 comments:

  1. i like the concepts given in this blog. it helps me a lot in preparing my notes and also help me to understanding the programming fundamentals.
    Yogesh kaushik
    B.C.A FINAL
    D.A.V. PG COLLEGE, KARNAL
    STATE- HARYANA (INDIA)

    ReplyDelete
    Replies
    1. hello friend this is very good thought really its very useful to cpp learners
      thank u thank u very much...............

      Delete
  2. can any body give example of message passing in c++ theoretically i understood it very well but i need an example please any body i require it too soon

    ReplyDelete
    Replies
    1. every program which includes objects interacting with each other, example: u create objects and then u pass one object/data of the object(as parametres) to a function of another object.

      Delete
  3. explanation was clear.... thank you....

    ReplyDelete
  4. thanks a lot i understood many concepts in a very easy manner

    ReplyDelete
  5. oops concept in C++

    Thanks for this post, it is helpful for all new reader

    ReplyDelete