InterviewSolution
Saved Bookmarks
| 1. |
What Is An Object In C++? |
|
Answer» An OBJECT is a package that contains RELATED DATA and instructions. The data relates to what the object REPRESENTS, while the instructions DEFINE how this object relates to other objects and itself. An object is a package that contains related data and instructions. The data relates to what the object represents, while the instructions define how this object relates to other objects and itself. |
|