A new World object
The first statement in
Listing 2
Applies the
new
operator to Ericson's
World
class constructor
Passing two integer values as parameters.
This causes a new
World
object to be instantiated.
File: eu.htm
[Next]
[Prev]