A one-element array
The last statement in Listing 1
- instantiates an
array object
- of type Prob05MyClassA
- containing a one-element array.
The array element is initialized
- with a reference to a new object of type Prob05MyClassA,
- which exists somewhere else in memory.