You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For consistency in the manual, which is the official term to use throughout: member method or instance method? (Or, is "method" shorthand for "member method"?)
Also, the manual says "non-static" in some places. Which is preferred, instance or non-static?
The text was updated successfully, but these errors were encountered:
An exception are constructors which are somewhere between instance and static.
Another problem is that we have final now which can't really be a variable... I think it would be common to use "field" for variable + final, but we already use it differently, so I'm not sure.
For consistency in the manual, which is the official term to use throughout: member method or instance method? (Or, is "method" shorthand for "member method"?)
Also, the manual says "non-static" in some places. Which is preferred, instance or non-static?
The text was updated successfully, but these errors were encountered: