02-04-2009, 10:55 AM
|
#2 (permalink)
|
|
Moderateur
Join Date: Apr 2007
Posts: 1,393
Thanks: 5
|
The list of arguments when instantiating an object is entirely optional so instead of providing an empty argument list [new className()] you can provide no argument list [new className].
|
|
|
|