Saved Bookmarks
| 1. |
Explain about message passing in object-oriented programming? |
|
Answer» Message passing is a method by which an object sends data to another object or requests another object to invoke a method. It acts like a messenger from one object to another object to convey specific instructions. |
|