![]() |
![]() |
![]() |
![]() |
![]() |
|
public class class name {
public return type method name
(data type 1 parameter 1,
...,
data type l parameter l) {
declaration 1
...
declaration m
statement 1
...
statement n
}
}
target instance.method name(ordinary arguments)
this
parameter.