Java/Java
Java Implicit and Explicit parameters
bboks.net
2009. 4. 29. 22:16
Parameter (explicit parameter): Input to a method. Not all methods have explicit parameters.
System.out.println(greeting) // explicit parameter is greeting
greeting.length() // has no explicit parameter
[추가자료] http://java.about.com/od/i/g/implicitparam.htm
[출처] http://akira.ruc.dk/~mir/csa2007s/slide-2-18.html