Index: [thread] [date] [subject] [author]
  From: Luke Oliver Palmer <lop@acpub.duke.edu>
  To  : 
  Date: Sun, 11 Apr 1999 23:29:01 -0400

function parameter defaults

in c++, remember how you can do something like this?

void addBall (Image[] images, Point location = null)

is there any way to do function defaults in java without overloading?
thanks
-luke



Index: [thread] [date] [subject] [author]