created: 09/10/17

go to home page   go to next page

CHAPTER 62 — Objects that Contain Arrays

Chapter Topics:

Objects consist of state (implemented as instance variables) and behavior (implemented as methods.) The instance variables so far in these notes have been of primitive types (int, double, and the like) and reference types (mostly String). An object may contain array references.


QUESTION 1:

Is an array an object?


go to home page   go to next page