| Author |
simple instantiation from Mughal book
|
Jarrod Legion
Greenhorn
Joined: Dec 24, 2002
Posts: 18
|
|
Hi All, The code below contains two classes, and an inerface. In class Planet, shouldn't the Star object orbiting be instantiated before it can use the method describe()? Without instantiating the Star class it compiles, but gives a NullpointerException, as it should, during execution. Can someone please tell me if I am right? Mughal keeps a nice Errata page, but this isn't on it, so I am curious as why it isn't. TIA, -Jarrod
|
 |
Yosi Hendarsjah
Ranch Hand
Joined: Oct 02, 2003
Posts: 164
|
|
|
You're right.
|
 |
 |
|
|
subject: simple instantiation from Mughal book
|
|
|