|
|
|
|
|
by klodolph
1652 days ago
|
|
> Isn't a method just a function having an object as first parameter. Differences: - Methods must be defined in the same package as the receiver. - Methods can be used to implement interfaces. - Methods can be discovered dynamically by inspecting the type of the receiver (either through reflection or with a dynamic cast). |
|