PPT Slide
class WallstreetJitters {
public void panicSell ( ) {
if (greenspan.raisesInterest())
} // of WallstreetJitters
<object reference>.<method name>
These methods must appear in WallstreetJitters class!
If the method is NOT inside the class where method declared, then the object must be specified.