Explain about message passing in object oriented programming?

Message passing is a method by which an object sends data to another object or requests other object to invoke method. This is also known as interfacing.It acts like a messenger from one object to other object to convey specific instructions.

Leave a comment