InterviewSolution
Saved Bookmarks
| 1. |
Explain the structure of object. |
|
Answer» The object is a collection of data members and member functions. Objects occupy space in memory and have address associated with them. Objects interact by sending messages to one another. |
|