If a Fleet
object is constructed, how many new objects
will there be?
Three — the Fleet
object itself and the two Car
objects
it refers to.
Fleet
The picture shows that objects of class Fleet
contain two
references to Car
objects.