My question is basically the same as this one, but does this also apply to static
functions?
I want to understand:
- Does the compiler treat all the
static
functions in afinal
class asfinal
? - Does adding
final
keyword tostatic
functions in afinal
class have any effect?