c++ message passing
message passing involves specifying the name of the object,the name of the function and the information to be sent.
an object oriented program consists of a set of objects that communicate with each other.the process of programming in an object oriented language,therefore ,involves the follwing basic steps
1. creating classes that define objects and their behaviour,
2. cresting objects from class definitions
3.establishing communication among objects.
Post a Comment
If you have any doubts, Please let me know
Thanks!