Results 1 to 4 of 4

Thread: what is message passing and other terms in Object oriented programming languages?

  1. #1
    Join Date
    Dec 2010
    Posts
    11

    what is message passing and other terms in Object oriented programming languages?

    Hey Guys, I want to know what is message passing and all the related terms used in object oriented programming languages. I know that this term is used in OOPS but still I don’t have any idea. I want to know about it and why it is important for object oriented programming languages. If anyone is having the solution this question then please let me know as I am unaware of this OOPS concept.

  2. #2
    Join Date
    Apr 2009
    Posts
    569

    Re: what is message passing and other terms in Object oriented programming languages?

    OOPL consists of object and classes. It consists of set of objects that communicate with each other. It is very necessary to understand the classes, objects and also the message passing i.e. communication between objects. Objects communicate with each other by sending and receiving information. Message passing is one the important concept in Object oriented programming which is used in many Object oriented languages. It is one of the easiest concepts in Object Oriented Programming languages.

  3. #3
    Join Date
    May 2009
    Posts
    539

    Re: what is message passing and other terms in Object oriented programming languages?

    Binding refers to the linking of procedure call to the code to be executed in response to the call. The link can be physical or conceptual connection between objects .Dynamic binding means that code associated with a given procedure call is not known until the time of call at run time. Dynamic binding is associated with polymorphism and inheritance. It is also one of the important concepts when it is talk about object oriented programming language.

  4. #4
    Join Date
    May 2009
    Posts
    527

    Re: what is message passing and other terms in Object oriented programming languages?

    Data encapsulation is also known as data hiding. The wrapping up of data and functions into a single unit (class) is called as encapsulation. The data is not accessible to outside world and only those functions which are wrapped in to the function can access it. This is very important feature which is there in Object oriented programming language. This feature of object oriented programming language helps to hide the important data which is present in it.

Similar Threads

  1. Object oriented programming with java
    By cloud101 in forum Software Development
    Replies: 2
    Last Post: 22-02-2012, 01:11 AM
  2. Replies: 4
    Last Post: 11-07-2011, 02:39 PM
  3. Replies: 3
    Last Post: 08-01-2011, 06:20 AM
  4. static methods in object oriented programming
    By Satchel in forum Software Development
    Replies: 5
    Last Post: 07-01-2011, 09:58 PM
  5. The OOP Object Oriented programming Concept & its principle?
    By Bhavya in forum Software Development
    Replies: 3
    Last Post: 25-02-2009, 09:16 PM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Page generated in 1,713,507,244.93323 seconds with 17 queries