InterviewSolution
Saved Bookmarks
| 1. |
What do you mean by Object? |
|
Answer» Object is a runtime entity and it’s state is stored in fields and behavior is shown via methods. Methods operate on an object's internal state and serve as the primary mechanism for object-to-object communication. |
|