InterviewSolution
Saved Bookmarks
| 1. |
Explain What Is An Object? |
|
Answer» An object is a combination of messages and data. OBJECTS can RECEIVE and send messages and use messages to INTERACT with each other. The messages contain INFORMATION that is to be PASSED to the recipient object. An object is a combination of messages and data. Objects can receive and send messages and use messages to interact with each other. The messages contain information that is to be passed to the recipient object. |
|