Index: [thread] [date] [subject] [author]
  From: Michael Abernethy <mna@duke.edu>
  To  : 
  Date: Mon, 12 Apr 1999 00:25:51 -0400

Re: function parameter defaults

 No.

> 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

Mike Abernethy
www.duke.edu/~mna
IBM Club Cyberblue - www.cybrblu.ibm.com



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